cmd/compile: missed phi elim opportunity using result of function call #47023
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
FeatureRequest
Issues asking for a new feature that does not need a proposal.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
ToolSpeed
Milestone
This is a reasonably common piece of code:
The core of it compiles to:
We should be able to use the result directly rather than branching.
The text was updated successfully, but these errors were encountered: