[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
================
@@ -23155,9 +23286,13 @@ void BoUpSLP::BlockScheduling::calculateDependencies(
}
} else if (Visited.insert(In).second) {
if (ScheduleData *UseSD = getScheduleData(In)) {
- CD->incDependencies();
+ unsigned Inc = 1;
----------------
RKSimon wrote:
Inc? Would ExtraDeps be better?
https://github.com/llvm/llvm-project/pull/181168
More information about the llvm-commits
mailing list