[PATCH] D26155: Enable Loop Sink pass for functions that has profile.

Michael Zolotukhin via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 9 16:51:11 PST 2016


mzolotukhin added inline comments.


================
Comment at: llvm/trunk/lib/Transforms/IPO/PassManagerBuilder.cpp:650
 
+  MPM.add(createLoopSinkPass());
+  // Get rid of LCSSA nodes.
----------------
Can't we schedule this right after LICM?
I think we're placing LoopSinking in a separate instance of loop pass manager - is that what we want?


Repository:
  rL LLVM

https://reviews.llvm.org/D26155





More information about the llvm-commits mailing list