]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: use block starting position for phi line number
authorKeith Randall <khr@golang.org>
Wed, 8 Oct 2025 22:33:19 +0000 (15:33 -0700)
committerKeith Randall <khr@golang.org>
Wed, 15 Oct 2025 16:13:12 +0000 (09:13 -0700)
commit61d1ff61adb3febdbae21da7721b7cd5389efe4a
treeb7bae4fb314b44dbfe48c0b8b16d1a5563162930
parent5b29875c8eb1002c4509eb9ebd9a4d32cfd7d494
cmd/compile: use block starting position for phi line number

Fixes #75615

Change-Id: I2c7f0ea1203e8a97749c9f780c29a66050f0159d
Reviewed-on: https://go-review.googlesource.com/c/go/+/710355
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: David Chase <drchase@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/cmd/compile/internal/ssa/stmtlines_test.go
src/cmd/compile/internal/ssagen/phi.go
src/cmd/compile/internal/ssagen/ssa.go