[PATCH] D34115: [TailRecursionElim] Improve code motion in TRE, use AA to tell whether a load can be moved before a call that writes to memory.
Xin Tong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 12 12:36:14 PDT 2017
trentxintong updated this revision to Diff 102231.
trentxintong added a comment.
Add comments
https://reviews.llvm.org/D34115
Files:
lib/Transforms/Scalar/TailRecursionElimination.cpp
test/Transforms/TailCallElim/reorder_load.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34115.102231.patch
Type: text/x-patch
Size: 7763 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170612/3f27f5f5/attachment.bin>
More information about the llvm-commits
mailing list