Rename IndVarsSimplify to IndVarSimplify, to be consistent with
authorDan Gohman <gohman@apple.com>
Mon, 16 Feb 2009 00:56:15 +0000 (00:56 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 16 Feb 2009 00:56:15 +0000 (00:56 +0000)
commit74786c0f4360db7547f8a12980260b5b7a441627
treeb6c70648223bc2e9f62a6c4f33748f7c7d05b4da
parent926b0a27b9adf79b89042785b8496cced5a49883
Rename IndVarsSimplify to IndVarSimplify, to be consistent with
the name used in the code that these tests are for.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64624 91177308-0d34-0410-b5e6-96231b3b80d8
90 files changed:
test/Transforms/IndVarSimplify/2002-09-09-PointerIndVar.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/2003-04-16-ExprAnalysis.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/2003-09-12-MultiplePred.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/2003-09-23-NotAtTop.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/2003-12-10-IndVarDeadCode.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/2003-12-10-RemoveInstrCrash.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/2003-12-15-Crash.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/2003-12-21-IndVarSize.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/2004-03-10-PHIInsertionBug.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/2004-04-05-InvokeCastCrash.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/2004-04-07-ScalarEvolutionCrash.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/2005-02-11-InvokeCrash.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/2005-02-17-TruncateExprCrash.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/2005-02-26-ExitValueCompute.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/2005-06-15-InstMoveCrash.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/2005-11-18-Crash.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/2006-03-31-NegativeStride.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/2006-06-16-Indvar-LCSSA-Crash.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/2006-09-20-LFTR-Crash.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/2006-12-10-BitCast.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/2007-01-06-TripCount.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/2007-01-08-X86-64-Pointer.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/2007-06-06-DeleteDanglesPtr.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/2007-11-23-BitcastCrash.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/2008-06-15-SCEVExpanderBug.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/2008-09-02-IVType.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/2008-10-03-CouldNotCompute.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/2008-11-03-Floating.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/2008-11-17-Floating.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/2008-11-25-APFloatAssert.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/complex-scev.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/dg.exp [new file with mode: 0644]
test/Transforms/IndVarSimplify/exit_value_tests.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/iterationCount_zext_or_trunc.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/lftr_simple.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/loop_evaluate_1.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/loop_evaluate_2.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/loop_evaluate_3.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/loop_evaluate_4.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/pointer-indvars.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/promote-iv-to-eliminate-casts.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/subtract.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/tripcount_compute.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/tripcount_infinite.ll [new file with mode: 0644]
test/Transforms/IndVarSimplify/variable-stride-ivs.ll [new file with mode: 0644]
test/Transforms/IndVarsSimplify/2002-09-09-PointerIndVar.ll [deleted file]
test/Transforms/IndVarsSimplify/2003-04-16-ExprAnalysis.ll [deleted file]
test/Transforms/IndVarsSimplify/2003-09-12-MultiplePred.ll [deleted file]
test/Transforms/IndVarsSimplify/2003-09-23-NotAtTop.ll [deleted file]
test/Transforms/IndVarsSimplify/2003-12-10-IndVarDeadCode.ll [deleted file]
test/Transforms/IndVarsSimplify/2003-12-10-RemoveInstrCrash.ll [deleted file]
test/Transforms/IndVarsSimplify/2003-12-15-Crash.ll [deleted file]
test/Transforms/IndVarsSimplify/2003-12-21-IndVarSize.ll [deleted file]
test/Transforms/IndVarsSimplify/2004-03-10-PHIInsertionBug.ll [deleted file]
test/Transforms/IndVarsSimplify/2004-04-05-InvokeCastCrash.ll [deleted file]
test/Transforms/IndVarsSimplify/2004-04-07-ScalarEvolutionCrash.ll [deleted file]
test/Transforms/IndVarsSimplify/2005-02-11-InvokeCrash.ll [deleted file]
test/Transforms/IndVarsSimplify/2005-02-17-TruncateExprCrash.ll [deleted file]
test/Transforms/IndVarsSimplify/2005-02-26-ExitValueCompute.ll [deleted file]
test/Transforms/IndVarsSimplify/2005-06-15-InstMoveCrash.ll [deleted file]
test/Transforms/IndVarsSimplify/2005-11-18-Crash.ll [deleted file]
test/Transforms/IndVarsSimplify/2006-03-31-NegativeStride.ll [deleted file]
test/Transforms/IndVarsSimplify/2006-06-16-Indvar-LCSSA-Crash.ll [deleted file]
test/Transforms/IndVarsSimplify/2006-09-20-LFTR-Crash.ll [deleted file]
test/Transforms/IndVarsSimplify/2006-12-10-BitCast.ll [deleted file]
test/Transforms/IndVarsSimplify/2007-01-06-TripCount.ll [deleted file]
test/Transforms/IndVarsSimplify/2007-01-08-X86-64-Pointer.ll [deleted file]
test/Transforms/IndVarsSimplify/2007-06-06-DeleteDanglesPtr.ll [deleted file]
test/Transforms/IndVarsSimplify/2007-11-23-BitcastCrash.ll [deleted file]
test/Transforms/IndVarsSimplify/2008-06-15-SCEVExpanderBug.ll [deleted file]
test/Transforms/IndVarsSimplify/2008-09-02-IVType.ll [deleted file]
test/Transforms/IndVarsSimplify/2008-10-03-CouldNotCompute.ll [deleted file]
test/Transforms/IndVarsSimplify/2008-11-03-Floating.ll [deleted file]
test/Transforms/IndVarsSimplify/2008-11-17-Floating.ll [deleted file]
test/Transforms/IndVarsSimplify/2008-11-25-APFloatAssert.ll [deleted file]
test/Transforms/IndVarsSimplify/complex-scev.ll [deleted file]
test/Transforms/IndVarsSimplify/dg.exp [deleted file]
test/Transforms/IndVarsSimplify/exit_value_tests.ll [deleted file]
test/Transforms/IndVarsSimplify/iterationCount_zext_or_trunc.ll [deleted file]
test/Transforms/IndVarsSimplify/lftr_simple.ll [deleted file]
test/Transforms/IndVarsSimplify/loop_evaluate_1.ll [deleted file]
test/Transforms/IndVarsSimplify/loop_evaluate_2.ll [deleted file]
test/Transforms/IndVarsSimplify/loop_evaluate_3.ll [deleted file]
test/Transforms/IndVarsSimplify/loop_evaluate_4.ll [deleted file]
test/Transforms/IndVarsSimplify/pointer-indvars.ll [deleted file]
test/Transforms/IndVarsSimplify/promote-iv-to-eliminate-casts.ll [deleted file]
test/Transforms/IndVarsSimplify/subtract.ll [deleted file]
test/Transforms/IndVarsSimplify/tripcount_compute.ll [deleted file]
test/Transforms/IndVarsSimplify/tripcount_infinite.ll [deleted file]
test/Transforms/IndVarsSimplify/variable-stride-ivs.ll [deleted file]