From 983749787ee0dc1beb1107873e8a13ebdaeba576 Mon Sep 17 00:00:00 2001 From: Derick Huth Date: Mon, 18 Jan 2016 15:43:52 -0700 Subject: restore test suite --- verify-chill/test_unroll_extra.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 verify-chill/test_unroll_extra.py (limited to 'verify-chill/test_unroll_extra.py') diff --git a/verify-chill/test_unroll_extra.py b/verify-chill/test_unroll_extra.py new file mode 100644 index 0000000..929313c --- /dev/null +++ b/verify-chill/test_unroll_extra.py @@ -0,0 +1,12 @@ +from chill import * + +source('mm.c') +procedure('mm') +#format: rose +loop(0) + +known('ambn > 0') +known('an > 0') +known('bm > 0') +unroll_extra(1, 2, 4) +print_code() -- cgit v1.2.3-70-g09d2