[PATCH] D28241: [LICM] Untangle some of the logic in LICM canSinkOrHoistInst

Xin Tong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 8 00:01:38 PST 2017


trentxintong updated this revision to Diff 83550.
trentxintong updated the summary for this revision.
trentxintong added a comment.

I realized what i want to achieve can be done much simpler.


https://reviews.llvm.org/D28241

Files:
  include/llvm/Transforms/Utils/LoopUtils.h
  lib/Transforms/Scalar/LICM.cpp
  lib/Transforms/Scalar/LoopSink.cpp
  test/Transforms/LICM/sinking.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28241.83550.patch
Type: text/x-patch
Size: 5370 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170108/94e932dd/attachment.bin>


More information about the llvm-commits mailing list