[clang] c50f0d2 - [Clang] Update newpm pipeline test in clang after D87322.

Florian Hahn via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 21 05:01:54 PDT 2020


Author: Florian Hahn
Date: 2020-10-21T12:59:50+01:00
New Revision: c50f0d239dc367b087ef7b06d413ae1df0750758

URL: https://github.com/llvm/llvm-project/commit/c50f0d239dc367b087ef7b06d413ae1df0750758
DIFF: https://github.com/llvm/llvm-project/commit/c50f0d239dc367b087ef7b06d413ae1df0750758.diff

LOG: [Clang] Update newpm pipeline test in clang after D87322.

This fixes a test failure because a LLVM pipeline test file in clang/
did not get updated in 88241ffb5636.

Added: 
    

Modified: 
    clang/test/CodeGen/thinlto-distributed-newpm.ll

Removed: 
    


################################################################################
diff  --git a/clang/test/CodeGen/thinlto-distributed-newpm.ll b/clang/test/CodeGen/thinlto-distributed-newpm.ll
index de758e3758b6..3056bf45877a 100644
--- a/clang/test/CodeGen/thinlto-distributed-newpm.ll
+++ b/clang/test/CodeGen/thinlto-distributed-newpm.ll
@@ -129,13 +129,13 @@
 ; CHECK-O: Running pass: InstCombinePass on main
 ; CHECK-O: Running pass: JumpThreadingPass on main
 ; CHECK-O: Running pass: CorrelatedValuePropagationPass on main
-; CHECK-O: Running pass: DSEPass on main
+; CHECK-O: Running pass: ADCEPass on main
 ; CHECK-O: Running analysis: PostDominatorTreeAnalysis on main
+; CHECK-O: Running pass: DSEPass on main
 ; CHECK-O: Starting {{.*}}Function pass manager run.
 ; CHECK-O: Running pass: LoopSimplifyPass on main
 ; CHECK-O: Running pass: LCSSAPass on main
 ; CHECK-O: Finished {{.*}}Function pass manager run.
-; CHECK-O: Running pass: ADCEPass on main
 ; CHECK-O: Running pass: SimplifyCFGPass on main
 ; CHECK-O: Running pass: InstCombinePass on main
 ; CHECK-O: Finished {{.*}}Function pass manager run.


        


More information about the cfe-commits mailing list