[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:33:47 PDT 2017
trentxintong created this revision.
use AA to tell whether a load can be moved before a call that writes to memory.
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.102230.patch
Type: text/x-patch
Size: 7748 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170612/8e457943/attachment.bin>
More information about the llvm-commits
mailing list