summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-08-12 05:23:27 +0000
committerChris Lattner <sabre@nondot.org>2006-08-12 05:23:27 +0000
commit9289b637a4f3e27177ef91fe8592bae201d561bf (patch)
tree8dc2bdee4beafd9bf0b6bf7cf8d2b538a23a80e5 /test
parent69b3992154d4a136cd18448b4fc796afd1efb5ea (diff)
downloadllvm-9289b637a4f3e27177ef91fe8592bae201d561bf.tar.gz
llvm-9289b637a4f3e27177ef91fe8592bae201d561bf.tar.bz2
llvm-9289b637a4f3e27177ef91fe8592bae201d561bf.tar.xz
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
Diffstat (limited to 'test')
-rw-r--r--test/Transforms/LoopSimplify/2006-08-11-LoopSimplifyLongTime.ll5
-rw-r--r--test/Transforms/LoopSimplify/2006-08-11-LoopSimplifyLongTime.ll.bcbin0 -> 164563 bytes
2 files changed, 5 insertions, 0 deletions
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 0000000000..75c8028260
--- /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 0000000000..0c51a28eb9
--- /dev/null
+++ b/test/Transforms/LoopSimplify/2006-08-11-LoopSimplifyLongTime.ll.bc
Binary files differ