[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:48 PST 2024
================
@@ -4771,6 +4789,9 @@ void BoUpSLP::reorderBottomToTop(bool IgnoreReorder) {
auto Res = OrdersUses.insert(std::make_pair(OrdersType(), 0));
const auto &&AllowsReordering = [IgnoreReorder, &GathersToOrders](
const TreeEntry *TE) {
+ // Reordering for nodes with padding not implemented yet.
----------------
alexey-bataev wrote:
```suggestion
// FIXME: Reordering for nodes with padding not implemented yet.
```
https://github.com/llvm/llvm-project/pull/77790
More information about the llvm-commits
mailing list