[llvm] [SLP] Initial vectorization of non-power-of-2 ops. (PR #77790)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 31 08:23:07 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.
----------------
fhahn wrote:
Completely reworded the comment, as the padding lanes concept is gone now.
https://github.com/llvm/llvm-project/pull/77790
More information about the llvm-commits
mailing list