Files
llvm/test/Transforms
Anna Thomas d63d59a787 [LICM] Hoist loads that are dominated by invariant.start intrinsic, and are invariant in the loop.
Summary:
We can hoist out loads that are dominated by invariant.start, to the preheader.
We conservatively assume the load is variant, if we see a corresponding
use of invariant.start (it could be an invariant.end or an escaping
call).

Reviewers: mkuper, sanjoy, reames

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D29331

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@293887 91177308-0d34-0410-b5e6-96231b3b80d8
2017-02-02 13:22:03 +00:00
..
2017-01-22 20:28:56 +00:00
2017-02-01 21:38:32 +00:00
2017-01-22 20:28:56 +00:00
2017-01-22 20:28:56 +00:00
2016-07-19 17:52:41 +00:00