[PATCH] D89015: [BlockExtract][NewPM] Port -extract-blocks to NPM

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 21 12:40:53 PDT 2020


thakis accepted this revision.
thakis added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/lib/Passes/PassRegistry.def:53
 MODULE_PASS("elim-avail-extern", EliminateAvailableExternallyPass())
+MODULE_PASS("extract-blocks", BlockExtractorPass())
 MODULE_PASS("forceattrs", ForceFunctionAttrsPass())
----------------
nit: for most entries, the name matches the class name somewhat closely; here the words are flipped in name vs class name


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89015



More information about the llvm-commits mailing list