]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: check domination of loop return in both controls
authorJorropo <jorropo.pgm@gmail.com>
Fri, 4 Jul 2025 06:54:14 +0000 (08:54 +0200)
committerGopher Robot <gobot@golang.org>
Wed, 30 Jul 2025 14:31:18 +0000 (07:31 -0700)
commit8cd85e602a90cb97051fe95d5243557b566630e6
treecedad602eee8b34674bfd187b664d2ff208e5e6d
parentcefaed0de0b86ea67588546d2e18f850e7b7d41d
cmd/compile: check domination of loop return in both controls

Fixes #74473

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