Author: Anna Thomas Date: 2021-09-27T21:27:04-04:00 New Revision: a16c2be54d2221f8c380d35fff1000ae64c3908b
URL: https://github.com/llvm/llvm-project/commit/a16c2be54d2221f8c380d35fff1000ae64c3908b DIFF: https://github.com/llvm/llvm-project/commit/a16c2be54d2221f8c380d35fff1000ae64c3908b.diff LOG: [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. Added: Modified: llvm/test/Transforms/LoopPredication/preserve-bpi.ll Removed: ################################################################################ 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 ---- _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits