summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Thomas <anna@azul.com>2021-09-27 21:27:01 -0400
committerAnna Thomas <anna@azul.com>2021-09-27 21:27:04 -0400
commita16c2be54d2221f8c380d35fff1000ae64c3908b (patch)
treefe6d53255a3a65f8475bf740a112611ec3eba33e
parent5df9112ce35044961b861351100b0c193e48079c (diff)
downloadllvm-mai.tar.gz
[LoopPred Test] Fix lld-x86_64-win BB failuremai
Need a more general CHECK line for testcase in 5df9112 for correctly handling lld-x86_64-win buildbot.
-rw-r--r--llvm/test/Transforms/LoopPredication/preserve-bpi.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopPredication/preserve-bpi.ll b/llvm/test/Transforms/LoopPredication/preserve-bpi.ll
index a6d1ea508d51..fc33c66bcbfa 100644
--- a/llvm/test/Transforms/LoopPredication/preserve-bpi.ll
+++ b/llvm/test/Transforms/LoopPredication/preserve-bpi.ll
@@ -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 ----