1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/test/Analysis/LoopAccessAnalysis
Sean Silva 09ccac554e [PM] Avoid getResult on a higher level in LoopAccessAnalysis
Note that require<domtree> and require<loops> aren't needed because they
come in implicitly via the loop pass manager.

llvm-svn: 274712
2016-07-07 01:01:53 +00:00
..
backward-dep-different-types.ll [PM] Avoid getResult on a higher level in LoopAccessAnalysis 2016-07-07 01:01:53 +00:00
forward-loop-carried.ll [PM] Avoid getResult on a higher level in LoopAccessAnalysis 2016-07-07 01:01:53 +00:00
forward-loop-independent.ll [PM] Avoid getResult on a higher level in LoopAccessAnalysis 2016-07-07 01:01:53 +00:00
independent-interleaved.ll [PM] Avoid getResult on a higher level in LoopAccessAnalysis 2016-07-07 01:01:53 +00:00
interleave-innermost.ll [Vectorization] Actually return from error case in isStridedPtr 2016-01-08 01:55:13 +00:00
memcheck-for-loop-invariant.ll [PM] Avoid getResult on a higher level in LoopAccessAnalysis 2016-07-07 01:01:53 +00:00
multiple-strides-rt-memory-checks.ll [PM] Avoid getResult on a higher level in LoopAccessAnalysis 2016-07-07 01:01:53 +00:00
non-wrapping-pointer.ll [PM] Avoid getResult on a higher level in LoopAccessAnalysis 2016-07-07 01:01:53 +00:00
nullptr.ll [PM] Avoid getResult on a higher level in LoopAccessAnalysis 2016-07-07 01:01:53 +00:00
number-of-memchecks.ll [PM] Avoid getResult on a higher level in LoopAccessAnalysis 2016-07-07 01:01:53 +00:00
pointer-with-unknown-bounds.ll [PM] Avoid getResult on a higher level in LoopAccessAnalysis 2016-07-07 01:01:53 +00:00
resort-to-memchecks-only.ll [PM] Avoid getResult on a higher level in LoopAccessAnalysis 2016-07-07 01:01:53 +00:00
reverse-memcheck-bounds.ll [PM] Avoid getResult on a higher level in LoopAccessAnalysis 2016-07-07 01:01:53 +00:00
safe-no-checks.ll [PM] Avoid getResult on a higher level in LoopAccessAnalysis 2016-07-07 01:01:53 +00:00
safe-with-dep-distance.ll [PM] Avoid getResult on a higher level in LoopAccessAnalysis 2016-07-07 01:01:53 +00:00
store-to-invariant-check1.ll [LoopAccesses] Allow analysis to complete in the presence of uniform stores 2015-04-08 17:48:40 +00:00
store-to-invariant-check2.ll [PM] Avoid getResult on a higher level in LoopAccessAnalysis 2016-07-07 01:01:53 +00:00
store-to-invariant-check3.ll [PM] Avoid getResult on a higher level in LoopAccessAnalysis 2016-07-07 01:01:53 +00:00
stride-access-dependence.ll [PM] Avoid getResult on a higher level in LoopAccessAnalysis 2016-07-07 01:01:53 +00:00
underlying-objects-1.ll [PM] Avoid getResult on a higher level in LoopAccessAnalysis 2016-07-07 01:01:53 +00:00
underlying-objects-2.ll [PM] Avoid getResult on a higher level in LoopAccessAnalysis 2016-07-07 01:01:53 +00:00
unsafe-and-rt-checks.ll [PM] Avoid getResult on a higher level in LoopAccessAnalysis 2016-07-07 01:01:53 +00:00
wrapping-pointer-versioning.ll [PM] Avoid getResult on a higher level in LoopAccessAnalysis 2016-07-07 01:01:53 +00:00