Avoid spliting loops where two split condition branches are not independent.
authorDevang Patel <dpatel@apple.com>
Sat, 18 Aug 2007 00:00:32 +0000 (00:00 +0000)
committerDevang Patel <dpatel@apple.com>
Sat, 18 Aug 2007 00:00:32 +0000 (00:00 +0000)
commit20d260a193c1d605c8b6c19ab65717787ea24ff9
tree342cdd1b9ac3b8696215fd26867363e84fd38d06
parent7bfd5dba387088b371f0d904364e976a71afbd4f
Avoid spliting loops where two split condition branches are not independent.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41148 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/LoopIndexSplit.cpp