[llvm] [SLP] Initial vectorization of non-power-of-2 ops. (PR #77790)

Alexey Bataev via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 30 13:26:49 PST 2024


================
@@ -2733,6 +2737,9 @@ class BoUpSLP {
                           SmallVectorImpl<Value *> *OpScalars = nullptr,
                           SmallVectorImpl<Value *> *AltScalars = nullptr) const;
 
+    /// Return the number of padding lanes (containg poison) for this node.
----------------
alexey-bataev wrote:

```suggestion
    /// Return the number of padding lanes (containing poison) for this node.
```


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


More information about the llvm-commits mailing list