Remove runtime tests from polly test suite
authorTobias Grosser <grosser@fim.uni-passau.de>
Thu, 1 Nov 2012 21:44:59 +0000 (21:44 +0000)
committerTobias Grosser <grosser@fim.uni-passau.de>
Thu, 1 Nov 2012 21:44:59 +0000 (21:44 +0000)
commit3eb851f370eeea7b11a4f6da3667f09c59486f61
tree70cc99b98b8e17563609411291015812b75ee5b1
parent8cf031e4ccaf031f4e2e61a7c1a885312f2ca8c5
Remove runtime tests from polly test suite

Similar to LLVM we now follow the policy of only having LLVM-IR level tests in
the Polly test suite. Testing for miscompilation of larger programs should be
done with the llvm test suite.

llvm-svn: 167255
15 files changed:
polly/test/CodeGen/do_pluto_matmult.ll
polly/test/CodeGen/loop_with_condition.ll
polly/test/CodeGen/loop_with_condition_2.ll
polly/test/CodeGen/loop_with_condition_ineq.ll
polly/test/CodeGen/loop_with_condition_nested.ll
polly/test/CodeGen/reduction.ll
polly/test/CodeGen/reduction_2.ll
polly/test/CodeGen/sequential_loops.ll
polly/test/CodeGen/single_do_loop_int_max_iterations.ll
polly/test/CodeGen/single_do_loop_one_iteration.ll
polly/test/CodeGen/single_do_loop_scev_replace.ll
polly/test/CodeGen/single_loop.ll
polly/test/CodeGen/single_loop_int_max_iterations.ll
polly/test/CodeGen/single_loop_param.ll
polly/test/lit.site.cfg.in