[PATCH] D30468: Simplify the CFG after loop pass cleanup.
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 21 06:51:36 PDT 2017
RKSimon added inline comments.
================
Comment at: test/Other/new-pm-defaults.ll:156
; CHECK-O-NEXT: Running pass: InstSimplifierPass
+; CHECK-O-NEXT: Running pass: SimplifyCFGPass on foo
; CHECK-O-NEXT: Finished llvm::Function pass manager run.
----------------
Just stop at the pass name - thats what the other checks do.
https://reviews.llvm.org/D30468
More information about the llvm-commits
mailing list