[PATCH] D54374: [newpm] Add an OptimizerLast EP

Chandler Carruth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 10 09:26:37 PST 2018


chandlerc accepted this revision.
chandlerc added a comment.

Generally feel free to submit w/ comment and commit message updates.

(But also I want to explicitly say you don't need to wait for me on this kind of patch, very happy w/ Fedor's review.)



================
Comment at: include/llvm/Passes/PassBuilder.h:501-502
+  ///
+  /// This extension point allows adding optimizations at the very end of the
+  /// function optimization pipeline.
+  void registerOptimizerLastEPCallback(
----------------
Also mention the O0 thing here?


Repository:
  rL LLVM

https://reviews.llvm.org/D54374





More information about the llvm-commits mailing list