[llvm] [VPlan] Introduce child regions as VPlan transform. (PR #129402)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 7 05:16:12 PDT 2025
================
@@ -648,6 +648,22 @@ bool VPBasicBlock::isExiting() const {
return getParent() && getParent()->getExitingBasicBlock() == this;
}
+std::optional<std::pair<VPBasicBlock *, VPBasicBlock *>>
+VPBasicBlock::isHeader(const VPDominatorTree &VPDT) const {
----------------
fhahn wrote:
Moved back to VPlanConstruction.cpp, thanks.
https://github.com/llvm/llvm-project/pull/129402
More information about the llvm-commits
mailing list