Skip to content

Commit e577152

Browse files
committed
fix test
1 parent d4d8ef4 commit e577152

File tree

1 file changed

+2
-2
lines changed
  • llvm/test/Analysis/LoopCacheAnalysis/PowerPC

1 file changed

+2
-2
lines changed

llvm/test/Analysis/LoopCacheAnalysis/PowerPC/stencil.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ target triple = "powerpc64le-unknown-linux-gnu"
1111
; }
1212
; }
1313

14-
; CHECK: Loop 'for.i' has cost = 20800
15-
; CHECK-NEXT: Loop 'for.j' has cost = 1000
14+
; CHECK: Loop 'for.i' has cost = 30000
15+
; CHECK-NEXT: Loop 'for.j' has cost = 20100
1616

1717
define void @foo(i64 %n, i64 %m, ptr %A, ptr %B, ptr %C) {
1818
entry:

0 commit comments

Comments
 (0)