]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: use CMPWU for 32-bit or smaller unsigned Geq on ppc64{,le}
authorMichael Munday <munday@ca.ibm.com>
Fri, 27 Jan 2017 04:31:28 +0000 (23:31 -0500)
committerMichael Munday <munday@ca.ibm.com>
Fri, 27 Jan 2017 16:04:04 +0000 (16:04 +0000)
commit96ea0918e6708d3548215ade59dc4f89bc814e6b
treeee8fd837d2c0539aaf8601cd2ac16e18c02f72d6
parent21a8db1c5fdd372510b30bb898269a56456096e8
cmd/compile: use CMPWU for 32-bit or smaller unsigned Geq on ppc64{,le}

Fixes #18808.

Change-Id: I49b266380b9d6804c9f6563ebac9c7c0e05f37f6
Reviewed-on: https://go-review.googlesource.com/35890
Run-TryBot: Michael Munday <munday@ca.ibm.com>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/compile/internal/ssa/gen/PPC64.rules
src/cmd/compile/internal/ssa/rewritePPC64.go
test/fixedbugs/issue18808.go [new file with mode: 0644]