llvm-6502/test/Transforms/LoopIdiom
Benjamin Kramer 5c6e9ae14e LoopIdiom: Replace custom dependence analysis with LoopDependenceAnalysis.
Requires a lot less code and complexity on loop-idiom's side and the more
precise analysis can catch more cases, like the one I included as a test case.
This also fixes the edge-case miscompilation from PR9481. I'm not entirely
sure that all cases are handled that the old checks handled but LDA will
certainly become smarter in the future.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166390 91177308-0d34-0410-b5e6-96231b3b80d8
2012-10-21 15:03:07 +00:00
..
basic.ll Stop emitting instructions with the name "tmp" they eat up memory and have to be uniqued, without any benefit. 2011-09-27 20:39:19 +00:00
debug-line.ll Preserve line no. info. 2011-03-07 22:43:45 +00:00
lit.local.cfg Replace all instances of dg.exp file with lit.local.cfg, since all tests are run with LIT now and now Dejagnu. dg.exp is no longer needed. 2012-02-16 06:28:33 +00:00
memset_noidiom.ll A real testcase for r135286. 2011-07-15 20:58:38 +00:00
multi-dimensional.ll LoopIdiom: Replace custom dependence analysis with LoopDependenceAnalysis. 2012-10-21 15:03:07 +00:00
non-canonical-loop.ll LoopIdiom: Give up when the loop is not in canonical form. 2012-09-21 17:27:23 +00:00
sideeffect.ll LoopIdiom: Replace custom dependence analysis with LoopDependenceAnalysis. 2012-10-21 15:03:07 +00:00