[PATCH] D15995: [LTO] Add a run of LoopUnroll

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 8 08:33:45 PST 2016


joker.eph added inline comments.

================
Comment at: lib/Transforms/IPO/PassManagerBuilder.cpp:576
@@ -573,3 +575,3 @@
   if (EnableLoopInterchange)
     PM.add(createLoopInterchangePass());
 
----------------
Note: it is inserted before LoopInterchangePass in the regular pipeline?

Also there is a comment before another insertion ` // BBVectorize may have significantly shortened a loop body; unroll again.`. Could this be valid for the Loop and SLP vectorizers that are inserted below?


Repository:
  rL LLVM

http://reviews.llvm.org/D15995





More information about the llvm-commits mailing list