[llvm] [SLP]Initial compatibility support for shl v, 1 and add v, v (PR #181168)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 8 03:34:26 PDT 2026
================
@@ -23205,9 +23340,17 @@ void BoUpSLP::BlockScheduling::calculateDependencies(
if (areAllOperandsReplacedByCopyableData(
cast<Instruction>(U), BundleMember->getInst(), *SLP, NumOps))
continue;
- BundleMember->incDependencies();
+ unsigned Inc = 1;
----------------
RKSimon wrote:
More Inc?
https://github.com/llvm/llvm-project/pull/181168
More information about the llvm-commits
mailing list