]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: fix control flow for unsigned divisions proof relations
authorJorropo <jorropo.pgm@gmail.com>
Tue, 18 Nov 2025 00:26:01 +0000 (01:26 +0100)
committerGopher Robot <gobot@golang.org>
Wed, 19 Nov 2025 21:33:58 +0000 (13:33 -0800)
commitdc42565a202694731945421c1fd58815f12423b5
treebb5d5d731e09abfad417e50e311f99d8e71adc9f
parente64023dcbf40af59a637a982cba58ee8272d61c4
cmd/compile: fix control flow for unsigned divisions proof relations

The continue used to make sense since I first wrote this patch with a loop,
for testing the commutativity of the add.

This was refactored to just try both but I forgot to fix the continue.

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