Skip to content

Commit 1966fe0

Browse files
committed
fix test
1 parent 4c2b0e2 commit 1966fe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/Transforms/LoopInterchange/pr43326.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; RUN: opt < %s -passes=loop-interchange -cache-line-size=64 -pass-remarks-missed='loop-interchange' -pass-remarks-output=%t -S \
2-
; RUN: -verify-dom-info -verify-loop-info -verify-loop-lcssa -stats 2>&1
2+
; RUN: -verify-dom-info -verify-loop-info -verify-loop-lcssa -loop-interchange-profitabilities=ignore -stats 2>&1
33
; RUN: FileCheck --input-file=%t --check-prefix=REMARKS %s
44

55
@a = global i32 0

0 commit comments

Comments
 (0)