Skip to content

Commit

Permalink
Speculative fix for build bot failures
Browse files Browse the repository at this point in the history
(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.
  • Loading branch information
preames committed Dec 14, 2020
1 parent fd4a107 commit 3b3eb7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clang/test/CodeGen/thinlto-distributed-newpm.ll
Expand Up @@ -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
Expand Down

0 comments on commit 3b3eb7f

Please sign in to comment.