We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1819117 commit fb40c2fCopy full SHA for fb40c2f
llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
@@ -12502,7 +12502,7 @@ InstructionCost BoUpSLP::getSpillCost() {
12502
return It->second.getInt() != 0;
12503
PrevInstIt = Checked->getIterator().getReverse();
12504
}
12505
- SmallVector<const Instruction *> LastInstsInRange(1, Last);
+ SmallVector<const Instruction *> LastInstsInRange;
12506
while (InstIt != PrevInstIt && Budget <= BudgetLimit) {
12507
// Debug information does not impact spill cost.
12508
// Vectorized calls, represented as vector intrinsics, do not impact spill
0 commit comments