[PATCH] D29331: [LICM] Hoist loads that are dominated by invariant.start intrinsic, and are invariant in the loop.

Anna Thomas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 1 07:45:19 PST 2017


anna updated this revision to Diff 86637.
anna marked 2 inline comments as done.
anna added a comment.

Addressed review comments: Consider invariant start outside the current loop.
Check for size of load operand as well.


https://reviews.llvm.org/D29331

Files:
  lib/Transforms/Scalar/LICM.cpp
  test/Transforms/LICM/hoisting.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29331.86637.patch
Type: text/x-patch
Size: 8478 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170201/22029b63/attachment.bin>


More information about the llvm-commits mailing list