[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
================
@@ -4593,6 +4607,10 @@ bool BoUpSLP::canReorderOperands(
TreeEntry *UserTE, SmallVectorImpl<std::pair<unsigned, TreeEntry *>> &Edges,
ArrayRef<TreeEntry *> ReorderableGathers,
SmallVectorImpl<TreeEntry *> &GatherOps) {
+ // Reordering isn't implemented for nodes with padding yet.
----------------
fhahn wrote:
Added, thanks! (Also updated to refer to non-power-of-2 nodes instead of nodes with padding)
https://github.com/llvm/llvm-project/pull/77790
More information about the llvm-commits
mailing list