[PATCH] D13443: Rework the LTO Pipeline, aligning closer to the O2/O3 pipeline.

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 6 09:21:55 PDT 2015


joker.eph added inline comments.

================
Comment at: include/llvm/Transforms/IPO/PassManagerBuilder.h:149
@@ -147,3 +148,3 @@
   void addInitialAliasAnalysisPasses(legacy::PassManagerBase &PM) const;
   void addLTOOptimizationPasses(legacy::PassManagerBase &PM);
   void addLateLTOOptimizationPasses(legacy::PassManagerBase &PM);
----------------
tejohnson wrote:
> Can this be removed? I think it is dead code now.
Yes, the patch is not ready for review. I posted it for feedback on the approach as a work in progress, and hoping you (google) and others may have other benchmarks to run.


http://reviews.llvm.org/D13443





More information about the llvm-commits mailing list