[PATCH] D34115: [TRE] 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 19 08:21:57 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL305698: [TRE] Improve code motion in TRE, use AA to tell whether a load can be moved… (authored by trentxintong).

Changed prior to commit:
  https://reviews.llvm.org/D34115?vs=102231&id=103050#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D34115

Files:
  llvm/trunk/lib/Transforms/Scalar/TailRecursionElimination.cpp
  llvm/trunk/test/Transforms/TailCallElim/reorder_load.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34115.103050.patch
Type: text/x-patch
Size: 7813 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170619/070458a5/attachment.bin>


More information about the llvm-commits mailing list