]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: clean up prove pass
authorKeith Randall <khr@golang.org>
Fri, 14 Nov 2025 22:57:47 +0000 (14:57 -0800)
committerKeith Randall <khr@golang.org>
Mon, 17 Nov 2025 17:48:41 +0000 (09:48 -0800)
commitbc159638135e751a291fe6753fc8c8c3d61be863
tree1c66cbc11a32c99f88ec048e51579796884c84f6
parent1297fae7081a3116d2097ce7cfcc0f89ba2cf0fc
cmd/compile: clean up prove pass

flowLimit no longer needs to return whether it updated any information,
after CL 714920 which got rid of the iterate-until-done paradigm.

Change-Id: I0c5f592578ff27c27586c1f8b8a8d9071d94846d
Reviewed-on: https://go-review.googlesource.com/c/go/+/720720
Reviewed-by: Youlin Feng <fengyoulin@live.com>
Reviewed-by: Mark Freeman <markfreeman@google.com>
Reviewed-by: 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>
src/cmd/compile/internal/ssa/prove.go