[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
================
@@ -9736,6 +9784,9 @@ BoUpSLP::isGatherShuffledEntry(
// No need to check for the topmost gather node.
if (TE == VectorizableTree.front().get())
return {};
+ // Gathering for nodes with padding is not implemented yet.
----------------
alexey-bataev wrote:
```suggestion
// FIXME: Reshuffling for nodes with padding is not implemented yet.
```
https://github.com/llvm/llvm-project/pull/77790
More information about the llvm-commits
mailing list