1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

New testcase, this used to take hours to loopsimplify.

llvm-svn: 29646
This commit is contained in:
Chris Lattner 2006-08-12 05:23:27 +00:00
parent 9781d44b6e
commit a227388ba0
2 changed files with 5 additions and 0 deletions

View File

@ -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.