[clang-tools-extra] [llvm] [clang] [SLP]Improve findReusedOrderedScalars and graph rotation. (PR #77529)

Simon Pilgrim via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 30 04:23:53 PST 2024


================
@@ -2418,7 +2418,8 @@ class BoUpSLP {
   std::optional<TargetTransformInfo::ShuffleKind>
   isGatherShuffledSingleRegisterEntry(
       const TreeEntry *TE, ArrayRef<Value *> VL, MutableArrayRef<int> Mask,
-      SmallVectorImpl<const TreeEntry *> &Entries, unsigned Part);
+      SmallVectorImpl<const TreeEntry *> &Entries, unsigned Part,
+      bool ForOrder);
----------------
RKSimon wrote:

Add ForOrder to the doxygen description

https://github.com/llvm/llvm-project/pull/77529


More information about the cfe-commits mailing list