]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: add additional flag constant folding rules
authorKeith Randall <khr@golang.org>
Mon, 7 Apr 2025 17:33:31 +0000 (10:33 -0700)
committerKeith Randall <khr@golang.org>
Tue, 8 Apr 2025 05:48:32 +0000 (22:48 -0700)
commitaf278bfb1f07b9f8f84d325a84b3891a3ab0dbf1
tree69e1b0024ed8f848205df3a9811e2a53000ebab3
parent92309ff771be5daa113acb85ad22e8783188ca67
cmd/compile: add additional flag constant folding rules

Fixes #73200

Change-Id: I77518d37acd838acf79ed113194bac5e2c30897f
Reviewed-on: https://go-review.googlesource.com/c/go/+/663535
Reviewed-by: David Chase <drchase@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Cuong Manh Le <cuong.manhle.vn@gmail.com>
src/cmd/compile/internal/ssa/_gen/ARM64.rules
src/cmd/compile/internal/ssa/rewriteARM64.go
test/fixedbugs/issue73200.go [new file with mode: 0644]