[PATCH] D40375: Use MemorySSA in LICM to do sinking and hoisting.

Alina Sbirlea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 19 17:12:49 PST 2017


asbirlea updated this revision to Diff 127629.
asbirlea marked 14 inline comments as done.
asbirlea added a comment.

Address comments.


https://reviews.llvm.org/D40375

Files:
  include/llvm/Transforms/Utils/LoopUtils.h
  lib/Transforms/Scalar/LICM.cpp
  lib/Transforms/Scalar/LoopSink.cpp
  test/Transforms/LICM/hoist-bitcast-load.ll
  test/Transforms/LICM/hoist-deref-load.ll
  test/Transforms/LICM/hoist-fast-fdiv.ll
  test/Transforms/LICM/hoist-invariant-load.ll
  test/Transforms/LICM/hoist-nounwind.ll
  test/Transforms/LICM/hoist-round.ll
  test/Transforms/LICM/hoisting.ll
  test/Transforms/LICM/sink.ll
  test/Transforms/LICM/sinking.ll
  test/Transforms/LICM/volatile-alias.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40375.127629.patch
Type: text/x-patch
Size: 30292 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171220/20154251/attachment.bin>


More information about the llvm-commits mailing list