Filter loops that subtract induction variables.
authorDevang Patel <dpatel@apple.com>
Tue, 29 Jan 2008 02:20:41 +0000 (02:20 +0000)
committerDevang Patel <dpatel@apple.com>
Tue, 29 Jan 2008 02:20:41 +0000 (02:20 +0000)
commitc840da14c61ef336a530af8811a7268fccf3bd75
tree08e4f86508c0a6fa3108e5a43b32d971f820d21c
parent053c1da8d956a794d158ac906b3927c923f97c4d
Filter loops that subtract induction variables.
These loops are not yet handled.

Fix PR 1912.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46484 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/LoopIndexSplit.cpp
test/Transforms/LoopIndexSplit/2008-01-28-IndDecrement.ll [new file with mode: 0644]