Skip to content

Commit

Permalink
[LoopPred Test] Fix lld-x86_64-win BB failure
Browse files Browse the repository at this point in the history
Need a more general CHECK line for testcase in 5df9112 for correctly
handling  lld-x86_64-win buildbot.
  • Loading branch information
annamthomas committed Sep 28, 2021
1 parent 4f6a6ba commit 90fb73a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/test/Transforms/LoopPredication/preserve-bpi.ll
Expand Up @@ -4,7 +4,7 @@

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

; CHECK: Running pass: RequireAnalysisPass<llvm::BranchProbabilityAnalysis
; CHECK: Running pass: RequireAnalysisPass<{{.*}}BranchProbabilityAnalysis
; CHECK-NEXT: Running analysis: BranchProbabilityAnalysis on unsigned_loop_0_to_n_ult_check
; CHECK-NEXT: Running analysis: PostDominatorTreeAnalysis on unsigned_loop_0_to_n_ult_check
; CHECK-NEXT: ---- Branch Probability Info : unsigned_loop_0_to_n_ult_check ----
Expand Down

0 comments on commit 90fb73a

Please sign in to comment.