Skip to content

Commit 2f8ac01

Browse files
committed
tune budget for runtime-unroll
1 parent cff3418 commit 2f8ac01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4808,7 +4808,7 @@ getAppleRuntimeUnrollPreferences(Loop *L, ScalarEvolution &SE,
48084808
if (Header == L->getLoopLatch()) {
48094809
// Estimate the size of the loop.
48104810
unsigned Size;
4811-
if (!isLoopSizeWithinBudget(L, TTI, 8, &Size))
4811+
if (!isLoopSizeWithinBudget(L, TTI, 9, &Size))
48124812
return;
48134813

48144814
SmallPtrSet<Value *, 8> LoadedValues;

0 commit comments

Comments
 (0)