]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: enforce that MOVXconvert is a no-op on 386 and amd64
authorJosh Bleecher Snyder <josharian@gmail.com>
Thu, 24 Aug 2017 18:31:58 +0000 (11:31 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Fri, 25 Aug 2017 19:39:46 +0000 (19:39 +0000)
commita45d6859cbeab2e8351eb507bce3423c53b96312
tree3e51434960c6a2ff2f9b32ce58d05e2d8100c2a3
parentfb05948d9ea8ef3473b97c38bf4bd92b889e877a
cmd/compile: enforce that MOVXconvert is a no-op on 386 and amd64

Follow-up to CL 58371.

Change-Id: I3d2aaec84ee6db3ef1bd4fcfcaf46cc297c7176b
Reviewed-on: https://go-review.googlesource.com/58610
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/amd64/ssa.go
src/cmd/compile/internal/x86/ssa.go