[PATCH] D28996: [PM] Flesh out the new pm LTO pipeline

Chandler Carruth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 23 14:43:02 PST 2017


chandlerc added inline comments.


================
Comment at: test/Other/new-pm-lto-defaults.ll:22
+; CHECK-O: Starting llvm::Module pass manager run.
+; CHECK-O: Running pass: PassManager<llvm::Module
+; CHECK-O: Starting llvm::Module pass manager run.
----------------
Why not use `-NEXT` checks the way mkuper made the main one? Seems much more robust at detecting changes and making sure they are intentional.


https://reviews.llvm.org/D28996





More information about the llvm-commits mailing list