[llvm] [LV][VPlan] Add initial support for CSA vectorization (PR #106560)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 22 13:20:06 PST 2024


================
@@ -550,6 +560,10 @@ class LoopVectorizationLegality {
   void addInductionPhi(PHINode *Phi, const InductionDescriptor &ID,
                        SmallPtrSetImpl<Value *> &AllowedExit);
 
+  // Updates the vetorization state by adding \p Phi to the CSA list.
----------------
fhahn wrote:

```suggestion
/// Updates the vetorization state by adding \p Phi to the CSA list.
```

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


More information about the llvm-commits mailing list