InlineCost also treats them as free and the current implementation
can cause assertion failures if PHI nodes are moved outside the region
from entry BBs to the region.
It also updates the code to use the instructionsWithoutDebug iterator.
Differential D54748
[PartialInliner] Make PHIs free in cost computation. fhahn on Nov 20 2018, 3:38 AM. Authored by
Details InlineCost also treats them as free and the current implementation It also updates the code to use the instructionsWithoutDebug iterator.
Diff Detail
Event Timeline
|