[llvm] [VPlan] Hook IR blocks into VPlan during skeleton creation (NFC) (PR #114292)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Sat Dec 7 04:22:43 PST 2024
================
@@ -3757,14 +3763,10 @@ class VPlan {
friend class VPlanPrinter;
friend class VPSlotTracker;
- /// Hold the single entry to the Hierarchical CFG of the VPlan, i.e. the
- /// preheader of the vector loop.
- VPBasicBlock *Entry;
-
/// VPBasicBlock corresponding to the original preheader. Used to place
/// VPExpandSCEV recipes for expressions used during skeleton creation and the
/// rest of VPlan execution.
----------------
fhahn wrote:
Added more info for the epilogue case
https://github.com/llvm/llvm-project/pull/114292
More information about the llvm-commits
mailing list