From 3b3eb7f07ff97feb64a1975587bb473f1f3efa6b Mon Sep 17 00:00:00 2001 From: Philip Reames Date: Mon, 14 Dec 2020 13:42:25 -0800 Subject: [PATCH] Speculative fix for build bot failures (The clang build fails for me locally, so this is based on built bot output and a guess as to root cause.) f5fe849 made the execution of LAA conditional, so I'm guessing that's the root cause. --- clang/test/CodeGen/thinlto-distributed-newpm.ll | 1 - 1 file changed, 1 deletion(-) diff --git a/clang/test/CodeGen/thinlto-distributed-newpm.ll b/clang/test/CodeGen/thinlto-distributed-newpm.ll index 75ea406..8fe5376 100644 --- a/clang/test/CodeGen/thinlto-distributed-newpm.ll +++ b/clang/test/CodeGen/thinlto-distributed-newpm.ll @@ -183,7 +183,6 @@ ; CHECK-O: Running analysis: PostDominatorTreeAnalysis on main ; CHECK-O: Running analysis: DemandedBitsAnalysis on main ; CHECK-O: Running pass: LoopLoadEliminationPass on main -; CHECK-O: Running analysis: LoopAccessAnalysis on Loop at depth 1 containing: %b ; CHECK-O: Running pass: InstCombinePass on main ; CHECK-O: Running pass: SimplifyCFGPass on main ; CHECK-O: Running pass: SLPVectorizerPass on main -- 2.7.4