]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.21] cmd/compile: absorb InvertFlags into Noov comparisons
authorKeith Randall <khr@golang.org>
Wed, 6 Sep 2023 20:06:58 +0000 (13:06 -0700)
committerThan McIntosh <thanm@google.com>
Mon, 25 Sep 2023 15:53:16 +0000 (15:53 +0000)
commita15ef1bb0f2b267a56130ae36c2ef1df4fda2131
tree1cf6ea31488e79272d8165f25dbdc31aa0cc4e26
parent41d71a5afa409d007b82b9764afa1026abbb7099
[release-branch.go1.21] cmd/compile: absorb InvertFlags into Noov comparisons

Unfortunately, there isn't a single op that provides the resulting
computation.
At least, I couldn't find one.

Fixes #62506

Change-Id: I236f3965b827aaeb3d70ef9fe89be66b116494f5
Reviewed-on: https://go-review.googlesource.com/c/go/+/526276
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Keith Randall <khr@google.com>
(cherry picked from commit fb5bdb4cc94d23209d77a73c4148b3f9fbb10173)
Reviewed-on: https://go-review.googlesource.com/c/go/+/526521
Reviewed-by: Than McIntosh <thanm@google.com>
src/cmd/compile/internal/ssa/_gen/ARM64.rules
src/cmd/compile/internal/ssa/rewriteARM64.go
test/fixedbugs/issue62469.go [new file with mode: 0644]