[PATCH] D120492: [SLP]Improve bottom-to-top reordering.

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 24 02:47:25 PDT 2022


xbolva00 added inline comments.
Herald added a project: All.


================
Comment at: llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp:1910
+  /// user and reordarable).
+  /// \param NonVectorized List of all gather nodes that require reordering
+  /// (e.g., gather of extractlements or partially vectorizable loads).
----------------
There is no NonVectorized parameter. Should be ReorderableGathers?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D120492/new/

https://reviews.llvm.org/D120492



More information about the llvm-commits mailing list