[PATCH] D141309: [SLP] Do not ignore ordering for root node when it has in-tree uses.

Alexey Bataev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 9 17:03:56 PST 2023


ABataev added inline comments.


================
Comment at: llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp:1041
+  /// Returns whether the root node has in-tree uses.
+  bool isRootHasInTreeUses() const {
+    return !VectorizableTree.empty() &&
----------------
doesRootHave....


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141309



More information about the llvm-commits mailing list