[PATCH] D64029: [PGO] Add PGO support at -O0 in the experimental new pass manager

Rong Xu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 9 11:03:08 PDT 2019


xur added a comment.

Ping



================
Comment at: llvm/lib/Passes/PassBuilder.cpp:576
+    // dramatically increase code size.
+    MPM.addPass(GlobalDCEPass());
+  }
----------------
I moved this pass under the condition when Early inline is enabled. I'm under the impression that the intention is to clean up the code for the inline.
Chandler: you added this pass. If you don't like this move, I can pull it out and put it under another (Level > 0) condition.


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

https://reviews.llvm.org/D64029





More information about the cfe-commits mailing list