]> Cypherpunks repositories - gostls13.git/commit
[dev.ssa] cmd/compile: Use movups for xmm->xmm mov
authorIlya Tocar <ilya.tocar@intel.com>
Fri, 26 Feb 2016 13:48:16 +0000 (16:48 +0300)
committerDavid Chase <drchase@google.com>
Mon, 29 Feb 2016 14:23:44 +0000 (14:23 +0000)
commit1b1d0a9a802deadf8e21517575eed4e6f02d3995
treea91b8aa104ccb179546e46c2c88e257befb88f6a
parent8107b0012f1d5f808e33f812c456e20554c383c8
[dev.ssa] cmd/compile: Use movups for xmm->xmm mov

Movups is 1 byte smaller than movapd that we currently use.

Change-Id: I22f771f066529352722a28543535ec43497cb9c5
Reviewed-on: https://go-review.googlesource.com/19938
Reviewed-by: David Chase <drchase@google.com>
src/cmd/compile/internal/gc/ssa.go