]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: combine phielim and copyelim into a single pass
authorjeffery <superajun@gmail.com>
Mon, 22 Apr 2024 08:02:22 +0000 (08:02 +0000)
committerGopher Robot <gobot@golang.org>
Mon, 22 Apr 2024 14:55:18 +0000 (14:55 +0000)
commit69aa1974f3c525b024ac1b13324d809909622246
tree5a1be760654a14c99615c0eb4c80f7efd399ebde
parent4bb67bc21eea06afadceec239bae6e5e40a9e759
cmd/compile: combine phielim and copyelim into a single pass

Change-Id: Id21145b14169d28bac2144a31f6d3d9729f4be1e
GitHub-Last-Rev: 5413f4753e5acb60db6a93cb3409047bddc8df6d
GitHub-Pull-Request: golang/go#63818
Reviewed-on: https://go-review.googlesource.com/c/go/+/538535
Auto-Submit: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
src/cmd/compile/internal/ssa/compile.go
src/cmd/compile/internal/ssa/copyelim.go
src/cmd/compile/internal/ssa/phielim.go [deleted file]