[clang-tools-extra] [clang] [llvm] [SLP]Improve findReusedOrderedScalars and graph rotation. (PR #77529)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 30 04:23:51 PST 2024
================
@@ -2432,7 +2433,7 @@ class BoUpSLP {
isGatherShuffledEntry(
const TreeEntry *TE, ArrayRef<Value *> VL, SmallVectorImpl<int> &Mask,
SmallVectorImpl<SmallVector<const TreeEntry *>> &Entries,
- unsigned NumParts);
+ unsigned NumParts, bool ForOrder = false);
----------------
RKSimon wrote:
Add ForOrder to the doxygen description
https://github.com/llvm/llvm-project/pull/77529
More information about the llvm-commits
mailing list