Remove LoopIndexSplit pass. It is neither maintained nor used by anyone.
authorDevang Patel <dpatel@apple.com>
Thu, 7 Oct 2010 23:29:37 +0000 (23:29 +0000)
committerDevang Patel <dpatel@apple.com>
Thu, 7 Oct 2010 23:29:37 +0000 (23:29 +0000)
commitd82e9e7d939bb4b4f4773e9853c061e14188f705
tree8200536b4d4efdf5bb833c88ba2a42ec380f0433
parent358cf1631a7e416745bd2cb428cef928969465b1
Remove LoopIndexSplit pass. It is neither maintained nor used by anyone.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116004 91177308-0d34-0410-b5e6-96231b3b80d8
43 files changed:
include/llvm/InitializePasses.h
include/llvm/LinkAllPasses.h
include/llvm/Transforms/Scalar.h
lib/Transforms/Scalar/LoopIndexSplit.cpp [deleted file]
lib/Transforms/Scalar/Scalar.cpp
test/Other/2008-08-14-PassManager.ll [deleted file]
test/Transforms/IndVarSimplify/loop-invariant-step.ll [deleted file]
test/Transforms/LICM/2009-03-25-AliasSetTracker.ll [deleted file]
test/Transforms/LoopIndexSplit/2007-09-21-LoopBound.ll [deleted file]
test/Transforms/LoopIndexSplit/2007-09-24-UpdateIterationSpace.ll [deleted file]
test/Transforms/LoopIndexSplit/2007-09-25-UpdateIterationSpace-2.ll [deleted file]
test/Transforms/LoopIndexSplit/2008-01-28-IndDecrement.ll [deleted file]
test/Transforms/LoopIndexSplit/2008-02-08-Crash.ll [deleted file]
test/Transforms/LoopIndexSplit/2008-02-13-ExitValueNum.ll [deleted file]
test/Transforms/LoopIndexSplit/2008-02-13-LoopLatch.ll [deleted file]
test/Transforms/LoopIndexSplit/2008-02-13-LoopLatchPHI.ll [deleted file]
test/Transforms/LoopIndexSplit/2008-02-14-Crash.ll [deleted file]
test/Transforms/LoopIndexSplit/2008-03-24-ExitPhi.ll [deleted file]
test/Transforms/LoopIndexSplit/2008-05-19-IndVar.ll [deleted file]
test/Transforms/LoopIndexSplit/2008-06-03-DomFrontier.ll [deleted file]
test/Transforms/LoopIndexSplit/2008-07-08-MisCompilation.ll [deleted file]
test/Transforms/LoopIndexSplit/2008-09-17-IVUse.ll [deleted file]
test/Transforms/LoopIndexSplit/2008-09-20-Crash.ll [deleted file]
test/Transforms/LoopIndexSplit/2008-10-06-Crash.ll [deleted file]
test/Transforms/LoopIndexSplit/2008-10-10-OneIteration.ll [deleted file]
test/Transforms/LoopIndexSplit/2008-11-10-Sign.ll [deleted file]
test/Transforms/LoopIndexSplit/2009-03-02-UpdateIterationSpace-crash.ll [deleted file]
test/Transforms/LoopIndexSplit/2009-03-30-undef.ll [deleted file]
test/Transforms/LoopIndexSplit/Crash-2007-08-17.ll [deleted file]
test/Transforms/LoopIndexSplit/Crash-2007-12-03.ll [deleted file]
test/Transforms/LoopIndexSplit/Crash2-2007-08-17.ll [deleted file]
test/Transforms/LoopIndexSplit/ExitCondition-2007-09-10.ll [deleted file]
test/Transforms/LoopIndexSplit/OneIterLoop-2007-08-17.ll [deleted file]
test/Transforms/LoopIndexSplit/OneIterLoop2-2007-08-17.ll [deleted file]
test/Transforms/LoopIndexSplit/OneIterLoop3-2007-08-17.ll [deleted file]
test/Transforms/LoopIndexSplit/PR3913.ll [deleted file]
test/Transforms/LoopIndexSplit/PR4174-2.ll [deleted file]
test/Transforms/LoopIndexSplit/PR4174.ll [deleted file]
test/Transforms/LoopIndexSplit/SaveLastValue-2007-08-17.ll [deleted file]
test/Transforms/LoopIndexSplit/SplitValue-2007-08-24.ll [deleted file]
test/Transforms/LoopIndexSplit/UpperBound-2007-08-24.ll [deleted file]
test/Transforms/LoopIndexSplit/dg.exp [deleted file]
test/Transforms/LoopIndexSplit/non-iv-cmp-operand.ll [deleted file]