[llvm] r328310 - [test] Allow for optional No-Op Barrier Pass in O0 pipeline
Matthew Simpson via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 23 05:47:55 PDT 2018
Author: mssimpso
Date: Fri Mar 23 05:47:54 2018
New Revision: 328310
URL: http://llvm.org/viewvc/llvm-project?rev=328310&view=rev
Log:
[test] Allow for optional No-Op Barrier Pass in O0 pipeline
Modified:
llvm/trunk/test/Other/opt-O0-pipeline.ll
Modified: llvm/trunk/test/Other/opt-O0-pipeline.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Other/opt-O0-pipeline.ll?rev=328310&r1=328309&r2=328310&view=diff
==============================================================================
--- llvm/trunk/test/Other/opt-O0-pipeline.ll (original)
+++ llvm/trunk/test/Other/opt-O0-pipeline.ll Fri Mar 23 05:47:54 2018
@@ -18,7 +18,8 @@
; CHECK-NEXT: CallGraph Construction
; CHECK-NEXT: Call Graph SCC Pass Manager
; CHECK-NEXT: Inliner for always_inline functions
-; CHECK-NEXT: FunctionPass Manager
+; A No-Op Barrier Pass
+; CHECK: FunctionPass Manager
; CHECK-NEXT: Module Verifier
; CHECK-NEXT: Bitcode Writer
More information about the llvm-commits
mailing list