1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 13:33:37 +02:00
llvm-mirror/test/Transforms/LoopDistribute
Adam Nemet 40da722c35 [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

llvm-svn: 275811
2016-07-18 16:29:27 +00:00
..
basic-with-memchecks.ll
basic.ll
bounds-expansion-bug.ll
crash-in-memcheck-generation.ll
diagnostics-with-hotness-lazy-BFI.ll [LoopDist] Port to new PM 2016-07-18 16:29:27 +00:00
diagnostics-with-hotness.ll [LoopDist] Port to new PM 2016-07-18 16:29:27 +00:00
diagnostics.ll [LoopDist] Fix typo in diagnostic 2016-07-14 22:33:46 +00:00
metadata.ll
no-if-convert.ll
outside-use.ll
pr28443.ll
program-order.ll
symbolic-stride.ll
unknown-bounds-for-memchecks.ll