Changes in directory llvm/test/Regression/Transforms/LoopSimplify:
2006-08-11-LoopSimplifyLongTime.ll added (r1.1) 2006-08-11-LoopSimplifyLongTime.ll.bc added (r1.1) --- Log message: New testcase, this used to take hours to loopsimplify. --- Diffs of the changes: (+5 -0) 2006-08-11-LoopSimplifyLongTime.ll | 5 +++++ 2006-08-11-LoopSimplifyLongTime.ll.bc | 0 2 files changed, 5 insertions(+) Index: llvm/test/Regression/Transforms/LoopSimplify/2006-08-11-LoopSimplifyLongTime.ll diff -c /dev/null llvm/test/Regression/Transforms/LoopSimplify/2006-08-11-LoopSimplifyLongTime.ll:1.1 *** /dev/null Sat Aug 12 00:23:37 2006 --- llvm/test/Regression/Transforms/LoopSimplify/2006-08-11-LoopSimplifyLongTime.ll Sat Aug 12 00:23:27 2006 *************** *** 0 **** --- 1,5 ---- + ; This used to take hours to loop simplify. + ; RUN: opt %s.bc -loopsimplify -disable-output + + ; Note, the input is actually in the accompanying .bc file to save space. + Index: llvm/test/Regression/Transforms/LoopSimplify/2006-08-11-LoopSimplifyLongTime.ll.bc _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits