[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
Mon Aug 22 10:11:47 PDT 2016


danielcdh updated this revision to Diff 68880.
danielcdh marked 3 inline comments as done.
danielcdh added a comment.

update comments


https://reviews.llvm.org/D22778

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22778.68880.patch
Type: text/x-patch
Size: 30168 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160822/74de7efe/attachment.bin>


More information about the llvm-commits mailing list