[PATCH] D72537: [NewPM] Port MergeFunctions pass

Leonard Chan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 13 11:03:54 PST 2020


leonardchan accepted this revision.
leonardchan added a comment.
This revision is now accepted and ready to land.

LGTM with just one quick question



================
Comment at: llvm/lib/Transforms/IPO/MergeFunctions.cpp:327
+                                          ModuleAnalysisManager &AM) {
+  MergeFunctions MF;
+  if (!MF.runOnModule(M))
----------------
I don't suppose you know off the top of your head if not doing something like `skipModule` will have any impact to build times?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72537





More information about the llvm-commits mailing list