]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: handle boolean and pointer relations
authorkhr@golang.org <khr@golang.org>
Sun, 7 Jul 2024 21:58:47 +0000 (14:58 -0700)
committerKeith Randall <khr@golang.org>
Wed, 7 Aug 2024 16:07:55 +0000 (16:07 +0000)
commit5925cd3d15c7e1eb71125964e681c4b4c2db750d
tree2fc5683710cba206d56d9ad989ac351dbac3b661
parenta4a130f6d065187e1b7f4963792af5d5e84efa3c
cmd/compile: handle boolean and pointer relations

The constant lattice for these types is pretty simple.
We no longer need the old-style facts table, as the ordering
table now has all that information.

Change-Id: If0e118c27a4de8e9bfd727b78942185c2eb50c4b
Reviewed-on: https://go-review.googlesource.com/c/go/+/599097
Reviewed-by: David Chase <drchase@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
src/cmd/compile/internal/ssa/prove.go
test/fuse.go
test/prove.go