Files
llvm/lib/Transforms/Scalar
Adam Nemet 9b7ecbef6d [LoopDist] Port to new PM
Summary:
The direct motivation for the port is to ensure that the OptRemarkEmitter
tests work with the new PM.

This remains a function pass because we not only create multiple loops
but could also version the original loop.

In the test I need to invoke opt
with -passes='require<aa>,loop-distribute'.  LoopDistribute does not
directly depend on AA however LAA does.  LAA uses getCachedResult so
I *think* we need manually pull in 'aa'.

Reviewers: davidxl, silvas

Subscribers: sanjoy, llvm-commits, mzolotukhin

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@275811 91177308-0d34-0410-b5e6-96231b3b80d8
2016-07-18 16:29:27 +00:00
..
2016-07-15 13:45:20 +00:00
2016-06-25 00:04:10 +00:00
2016-06-19 17:20:27 +00:00
2016-07-14 22:02:25 +00:00
2016-07-12 22:37:48 +00:00
2016-07-18 16:29:27 +00:00
2016-07-18 16:29:27 +00:00
2016-06-20 11:19:58 +00:00