Skip to content

Commit 90fb73a

Browse files
committed
[LoopPred Test] Fix lld-x86_64-win BB failure
Need a more general CHECK line for testcase in 5df9112 for correctly handling lld-x86_64-win buildbot.
1 parent 4f6a6ba commit 90fb73a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/Transforms/LoopPredication/preserve-bpi.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
declare void @llvm.experimental.guard(i1, ...)
66

7-
; CHECK: Running pass: RequireAnalysisPass<llvm::BranchProbabilityAnalysis
7+
; CHECK: Running pass: RequireAnalysisPass<{{.*}}BranchProbabilityAnalysis
88
; CHECK-NEXT: Running analysis: BranchProbabilityAnalysis on unsigned_loop_0_to_n_ult_check
99
; CHECK-NEXT: Running analysis: PostDominatorTreeAnalysis on unsigned_loop_0_to_n_ult_check
1010
; CHECK-NEXT: ---- Branch Probability Info : unsigned_loop_0_to_n_ult_check ----

0 commit comments

Comments
 (0)