[PATCH] D22778: Add Loop Sink pass to reverse the LICM based of basic block frequency.

Dehao Chen via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 1 18:17:45 PDT 2016


danielcdh updated this revision to Diff 70124.
danielcdh added a comment.

clang-format


https://reviews.llvm.org/D22778

Files:
  include/llvm/InitializePasses.h
  include/llvm/LinkAllPasses.h
  include/llvm/Transforms/Scalar.h
  lib/Transforms/Scalar/CMakeLists.txt
  lib/Transforms/Scalar/LoopSink.cpp
  lib/Transforms/Scalar/Scalar.cpp
  test/Transforms/LICM/loopsink.ll
  test/Transforms/LICM/sink.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22778.70124.patch
Type: text/x-patch
Size: 22290 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160902/25dc1129/attachment.bin>


More information about the llvm-commits mailing list