[llvm] [SLP] Initial vectorization of non-power-of-2 ops. (PR #77790)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 1 12:17:23 PST 2024
================
@@ -10701,7 +10745,7 @@ template <typename BVTy, typename ResTy, typename... Args>
ResTy BoUpSLP::processBuildVector(const TreeEntry *E, Args &...Params) {
assert(E->State == TreeEntry::NeedToGather && "Expected gather node.");
unsigned VF = E->getVectorFactor();
-
+ BVTy ShuffleBuilder(Params...);
----------------
fhahn wrote:
Moved down again, thanks!
https://github.com/llvm/llvm-project/pull/77790
More information about the llvm-commits
mailing list