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

Dehao Chen via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 31 09:29:56 PDT 2016


danielcdh created this revision.
danielcdh added reviewers: hfinkel, davidxl.
danielcdh added a subscriber: llvm-commits.
Herald added subscribers: mzolotukhin, mehdi_amini.

For functions with profile data, we are confident that loop sink will be optimal in sinking code.


https://reviews.llvm.org/D26155

Files:
  lib/Transforms/IPO/PassManagerBuilder.cpp
  lib/Transforms/Scalar/LoopSink.cpp
  test/Other/pass-pipelines.ll
  test/Transforms/LICM/loopsink.ll
  test/Transforms/LICM/sink.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26155.76430.patch
Type: text/x-patch
Size: 3912 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161031/5b3c17b9/attachment.bin>


More information about the llvm-commits mailing list