From: Chris Lattner Date: Sat, 12 Aug 2006 05:23:27 +0000 (+0000) Subject: New testcase, this used to take hours to loopsimplify. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9289b637a4f3e27177ef91fe8592bae201d561bf;p=oota-llvm.git New testcase, this used to take hours to loopsimplify. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29646 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/LoopSimplify/2006-08-11-LoopSimplifyLongTime.ll b/test/Transforms/LoopSimplify/2006-08-11-LoopSimplifyLongTime.ll new file mode 100644 index 00000000000..75c80282601 --- /dev/null +++ b/test/Transforms/LoopSimplify/2006-08-11-LoopSimplifyLongTime.ll @@ -0,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. + diff --git a/test/Transforms/LoopSimplify/2006-08-11-LoopSimplifyLongTime.ll.bc b/test/Transforms/LoopSimplify/2006-08-11-LoopSimplifyLongTime.ll.bc new file mode 100644 index 00000000000..0c51a28eb9e Binary files /dev/null and b/test/Transforms/LoopSimplify/2006-08-11-LoopSimplifyLongTime.ll.bc differ