[llvm] [VPlan] Remove loop region in optimizeForVFAndUF. (PR #108378)

via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 1 15:53:29 PST 2025


================
@@ -676,6 +678,8 @@ class InnerLoopVectorizer {
   BasicBlock *AdditionalBypassBlock = nullptr;
 
   VPlan &Plan;
+
+  VPBasicBlock *VectorPHVPBB;
----------------
ayalz wrote:

Follow-up: when skeleton creation moves to VPlan creation, ILV should not depend on VPlan or its VPBB's, as was originally the case.

https://github.com/llvm/llvm-project/pull/108378


More information about the llvm-commits mailing list