]> Cypherpunks repositories - gostls13.git/commit
[dev.ssa] cmd/compile/internal/ssa: make SETEQF and SETNEF clobber flags
authorKeith Randall <khr@golang.org>
Tue, 1 Sep 2015 22:18:01 +0000 (15:18 -0700)
committerKeith Randall <khr@golang.org>
Tue, 1 Sep 2015 22:21:45 +0000 (22:21 +0000)
commit2511cf03b9c2d5c0e9dcf78533f24f2baaf97d74
treee73b303ffbc0f90716895323efc185017f2ef67b
parent6411533ebf98d898a888b0195e8c4d4039864896
[dev.ssa] cmd/compile/internal/ssa: make SETEQF and SETNEF clobber flags

They do an AND or an OR internally, so they clobber flags.

Fixes #12441

Change-Id: I6c843bd268496bc13fc7e3c561d76619e961e8ad
Reviewed-on: https://go-review.googlesource.com/14180
Reviewed-by: Todd Neal <todd@tneal.org>
src/cmd/compile/internal/ssa/gen/AMD64Ops.go
src/cmd/compile/internal/ssa/opGen.go