[PATCH] D65410: [PassManager] First Pass implementation at -O1 pass pipeline

Mehdi AMINI via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 15 18:45:24 PST 2019


mehdi_amini added a comment.

LGTM to land this and iterate, but you likely want someone else to confirm :)



================
Comment at: llvm/test/Other/new-pm-defaults.ll:253
+; CHECK-Os-NEXT: Finished llvm::Function pass manager run.
+; CHECK-Oz-NEXT: Finished llvm::Function pass manager run.
 ; CHECK-EP-SCALAR-LATE-NEXT: Running pass: NoOpFunctionPass
----------------
Just a drive-by idea: you could have simplified the changes here with a new prefix: "CHECK-O23sz" that you could add to the non-O1 invocations.



CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65410/new/

https://reviews.llvm.org/D65410





More information about the cfe-commits mailing list