splitLoop does not handle split condition EQ.
authorDevang Patel <dpatel@apple.com>
Thu, 18 Sep 2008 23:45:14 +0000 (23:45 +0000)
committerDevang Patel <dpatel@apple.com>
Thu, 18 Sep 2008 23:45:14 +0000 (23:45 +0000)
commit4fe0fe8b493437e91f8510b81462ff39f0d889ca
tree571eb6490d6d3d750ffbb2c278c3a99331a9c1c3
parent3589308f37177f28257dd1a39dc6d6395a435acb
splitLoop does not handle split condition EQ.
Fixes PR 2805

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