]> Cypherpunks.ru repositories - gostls13.git/commit
Revert "cmd/compile: sparse conditional constant propagation"
authorBryan Mills <bcmills@google.com>
Wed, 24 May 2023 12:14:38 +0000 (12:14 +0000)
committerGopher Robot <gobot@golang.org>
Wed, 24 May 2023 14:39:34 +0000 (14:39 +0000)
commit02d234e34dafe81bffb0165970e4d2a914d5abcd
treefb0b19f27cb5fa564a256c0fbba738cbf1f13bdb
parent220c396ea885158638689fec6db9677d20d568ea
Revert "cmd/compile: sparse conditional constant propagation"

This reverts CL 483875.

Reason for revert: appears to cause internal compiler errors on the ssacheck builder.

Change-Id: I662418384291470c1962c417797a5890dd9aa7a4
Reviewed-on: https://go-review.googlesource.com/c/go/+/497855
Reviewed-by: Keith Randall <khr@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Bryan Mills <bcmills@google.com>
src/cmd/compile/internal/ssa/_gen/genericOps.go
src/cmd/compile/internal/ssa/block.go
src/cmd/compile/internal/ssa/compile.go
src/cmd/compile/internal/ssa/sccp.go [deleted file]
src/cmd/compile/internal/ssa/sccp_test.go [deleted file]
test/checkbce.go
test/codegen/compare_and_branch.go
test/loopbce.go