Changes in directory llvm/test/Regression/Transforms/IndVarsSimplify:
2005-11-18-Crash.ll added (r1.1) --- Log message: testcase for recent indvars patches --- Diffs of the changes: (+18 -0) 2005-11-18-Crash.ll | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+) Index: llvm/test/Regression/Transforms/IndVarsSimplify/2005-11-18-Crash.ll diff -c /dev/null llvm/test/Regression/Transforms/IndVarsSimplify/2005-11-18-Crash.ll:1.1 *** /dev/null Fri Nov 18 13:38:25 2005 --- llvm/test/Regression/Transforms/IndVarsSimplify/2005-11-18-Crash.ll Fri Nov 18 13:38:15 2005 *************** *** 0 **** --- 1,18 ---- + ; RUN: llvm-as < %s | opt -indvars -disable-output + + %fixtab = external global [29 x [29 x [2 x uint]]] ; <[29 x [29 x [2 x uint]]]*> [#uses=1] + + implementation ; Functions: + + void %init_optabs() { + entry: + br label %no_exit.0 + + no_exit.0: ; preds = %no_exit.0, %entry + %p.0.0 = phi uint* [ getelementptr ([29 x [29 x [2 x uint]]]* %fixtab, int 0, int 0, int 0, int 0), %entry ], [ %inc.0, %no_exit.0 ] ; <uint*> [#uses=1] + %inc.0 = getelementptr uint* %p.0.0, int 1 ; <uint*> [#uses=1] + br bool false, label %no_exit.0, label %no_exit.1 + + no_exit.1: ; preds = %no_exit.0 + ret void + } _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits