[llvm] [VPlan] Add initial CFG simplification, removing BranchOnCond true. (PR #106748)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Sun Oct 6 06:54:42 PDT 2024
https://github.com/fhahn commented:
This patch now depends on both https://github.com/llvm/llvm-project/pull/110577 and https://github.com/llvm/llvm-project/pull/109975 which helps to simplify the patch as there's no need to manually remove live-outs or manually update phis in the scalar ph which previously have been created during skeleton construction outside VPlan.
It probably only makes sense to review the patch once https://github.com/llvm/llvm-project/pull/110577 and https://github.com/llvm/llvm-project/pull/109975 landed
https://github.com/llvm/llvm-project/pull/106748
More information about the llvm-commits
mailing list