]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/compile: absorb InvertFlags into Noov comparisons
authorKeith Randall <khr@golang.org>
Wed, 6 Sep 2023 20:06:58 +0000 (13:06 -0700)
committerKeith Randall <khr@golang.org>
Thu, 7 Sep 2023 15:14:39 +0000 (15:14 +0000)
commitfb5bdb4cc94d23209d77a73c4148b3f9fbb10173
treeb4b643891a24be38baf88af3dd0f860516e8112d
parent0725410df5221fc6552298eec41548b0ab02ac6e
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 #62469

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>
src/cmd/compile/internal/ssa/_gen/ARM64.rules
src/cmd/compile/internal/ssa/rewriteARM64.go
test/fixedbugs/issue62469.go [new file with mode: 0644]