[llvm] [VPlan] Hook IR blocks into VPlan during skeleton creation (NFC) (PR #114292)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 13 15:43:56 PST 2024
================
@@ -3713,11 +3713,6 @@ class VPlan {
/// 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.
----------------
ayalz wrote:
Retain comment to document Entry instead?
https://github.com/llvm/llvm-project/pull/114292
More information about the llvm-commits
mailing list