llvm-6502/test/Transforms/LoopIdiom
Benjamin Kramer 061938b90b DependenceAnalysis: Don't crash if there is no constant operand.
This makes the code match the comments. Resolves a crash in loop idiom (PR14219).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167110 91177308-0d34-0410-b5e6-96231b3b80d8
2012-10-31 09:20:38 +00:00
..
basic.ll LoopIdiom: Recognize memmove loops. 2012-10-27 14:25:51 +00:00
crash.ll DependenceAnalysis: Don't crash if there is no constant operand. 2012-10-31 09:20:38 +00:00
debug-line.ll
lit.local.cfg
memmove.ll LoopIdiom: Fix a serious missed optimization: we only turned top-level loops into memmove. 2012-10-30 19:49:39 +00:00
memset_noidiom.ll LoopIdiom: Add checks to avoid turning memmove into an infinite loop. 2012-10-27 15:18:28 +00:00
multi-dimensional.ll LoopIdiom: Replace custom dependence analysis with DependenceAnalysis. 2012-10-27 14:25:44 +00:00
non-canonical-loop.ll
sideeffect.ll LoopIdiom: Replace custom dependence analysis with DependenceAnalysis. 2012-10-27 14:25:44 +00:00