]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: rewrite proved multiplies by 0 or 1 into CondSelect
authorJorropo <jorropo.pgm@gmail.com>
Sun, 26 Oct 2025 17:38:00 +0000 (18:38 +0100)
committerGopher Robot <gobot@golang.org>
Tue, 28 Oct 2025 14:51:50 +0000 (07:51 -0700)
commit24af44143749c864d9e7d7f5d7d60c02e6662b2a
tree69480128e2c3194db2ebac794a3da62906edb7a7
parent2d33a456c678c388dc3ce7e2a5389aeeeb6ef184
cmd/compile: rewrite proved multiplies by 0 or 1 into CondSelect

Updates #76056

Change-Id: I64fe631ab381c74f902f877392530d7cc91860ab
Reviewed-on: https://go-review.googlesource.com/c/go/+/715044
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Auto-Submit: Jorropo <jorropo.pgm@gmail.com>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/cmd/compile/internal/ssa/branchelim.go
src/cmd/compile/internal/ssa/prove.go
test/prove.go