[llvm] [VPlan] Refactor VPlan creation, add transform introducing region (NFC). (PR #128419)
via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 8 02:09:58 PST 2025
================
@@ -22,6 +22,7 @@ add_llvm_component_library(LLVMVectorize
VectorCombine.cpp
VPlan.cpp
VPlanAnalysis.cpp
+ VPlanConstruction.cpp
----------------
ayalz wrote:
Ok, let's go with VPlanConstruction.cpp for now, which expresses what it's about rather than how (may or may not involve VPlanTransforms).
https://github.com/llvm/llvm-project/pull/128419
More information about the llvm-commits
mailing list