cmd/compile: combine phielim and copyelim into a single pass? #40610
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
yes
What did you do?
I find a todo tag in line 419 of the file cmd/compile/internal/ssa/compile.go. It seems that the previous developer was considering combing phielim and copyelim. Whether there's still interest in this? In fact I am reading the compiler source code recently and interested in this. Can I try to do this work. Could you give me some advices about what I should pay attention to?
The text was updated successfully, but these errors were encountered: