Currently we just bypass singleton phis, however we know that in order to create the phi of ops all phis must be in the same block. Therefore if one phi is a singleton then the rest are as well.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
ManuelJBrito retitled this revision from [NewGVN] Abort PHIOfOps if found singleton PHI to [NewGVN] Abort PHIOfOps if singleton PHI is found.Jul 17 2023, 9:03 AM
This revision is now accepted and ready to land.Jul 17 2023, 9:04 AM
This revision was landed with ongoing or failed builds.Jul 18 2023, 2:22 AM
Closed by commit rG29b5666fdbef: [NewGVN] Abort PHIOfOps if singleton PHI is found (authored by ManuelJBrito). · Explain Why
This revision was automatically updated to reflect the committed changes.