[PATCH] D20643: Move whole-program virtual call optimization pass after function attribute inference in LTO pipeline.

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Wed May 25 14:15:53 PDT 2016


mehdi_amini added inline comments.

================
Comment at: lib/Transforms/IPO/PassManagerBuilder.cpp:590
@@ -585,3 +589,3 @@
   // produce the same result as if we only do promotion here.
   PM.add(createPGOIndirectCallPromotionLegacyPass(true));
 
----------------
Why is this enable now at O1?


http://reviews.llvm.org/D20643





More information about the llvm-commits mailing list