Tests: Pipe test files into 'opt'
authorTobias Grosser <grosser@fim.uni-passau.de>
Sun, 4 Nov 2012 16:56:20 +0000 (16:56 +0000)
committerTobias Grosser <grosser@fim.uni-passau.de>
Sun, 4 Nov 2012 16:56:20 +0000 (16:56 +0000)
commit38ea9cd7218a91ed383e28d80361319ad3d06234
tree4d65d43204cc632c563064bd187c5d499edd47a9
parent71c2070e2d05c0a6e4a77f43a62ab28b29361639
Tests: Pipe test files into 'opt'

Use 'opt < %s' instead of just 'opt %s' to ensure that no temporary files are
created.

llvm-svn: 167372
85 files changed:
polly/test/Cloog/ambigous_schedule.ll
polly/test/CodeGen/20100622.ll
polly/test/CodeGen/20100718-DomInfo-2.ll
polly/test/CodeGen/20100718-DomInfo.ll
polly/test/CodeGen/GPGPU/2d_innermost_parallel.ll
polly/test/CodeGen/GPGPU/3d_innermost_non_parallel.ll
polly/test/CodeGen/MemAccess/codegen_constant_offset.ll
polly/test/CodeGen/MemAccess/codegen_simple.ll
polly/test/CodeGen/MemAccess/codegen_simple_md.ll
polly/test/CodeGen/MemAccess/simple.ll
polly/test/CodeGen/MemAccess/simple_analyze.ll
polly/test/CodeGen/OpenMP/20120330-argument-use.ll
polly/test/CodeGen/OpenMP/copy_in_argument.ll
polly/test/CodeGen/OpenMP/copy_in_temporary.ll
polly/test/CodeGen/OpenMP/invalidate_subfn_scops.ll
polly/test/CodeGen/OpenMP/param_referenced_in_stmt.ll
polly/test/CodeGen/OpenMP/simple_nested_loop.ll
polly/test/CodeGen/OpenMP/structnames.ll
polly/test/CodeGen/OpenMP/two_loop.ll
polly/test/CodeGen/constant_condition.ll
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/matmul_vec.ll
polly/test/CodeGen/pluto_matmult.ll
polly/test/CodeGen/reduction.ll
polly/test/CodeGen/reduction_2.ll
polly/test/CodeGen/scev.ll
polly/test/CodeGen/sequential_loops.ll
polly/test/CodeGen/simple_nonaffine_loop.ll
polly/test/CodeGen/simple_vec_assign_scalar.ll
polly/test/CodeGen/simple_vec_assign_scalar_2.ll
polly/test/CodeGen/simple_vec_call.ll
polly/test/CodeGen/simple_vec_call_2.ll
polly/test/CodeGen/simple_vec_cast.ll
polly/test/CodeGen/simple_vec_const.ll
polly/test/CodeGen/simple_vec_impossible.ll
polly/test/CodeGen/simple_vec_large_width.ll
polly/test/CodeGen/simple_vec_stride_one.ll
polly/test/CodeGen/simple_vec_stride_x.ll
polly/test/CodeGen/simple_vec_two_stmts.ll
polly/test/CodeGen/single_do_loop_int_max_iterations.ll
polly/test/CodeGen/single_do_loop_int_param_iterations.ll
polly/test/CodeGen/single_do_loop_ll_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_ll_max_iterations.ll
polly/test/CodeGen/single_loop_one_iteration.ll
polly/test/CodeGen/single_loop_param.ll
polly/test/CodeGen/single_loop_uint_max_iterations.ll
polly/test/CodeGen/single_loop_ull_max_iterations.ll
polly/test/CodeGen/single_loop_zero_iterations.ll
polly/test/CodeGen/split_edges.ll
polly/test/CodeGen/split_edges_2.ll
polly/test/CodeGen/test.ll
polly/test/IndependentBlocks/scalar_to_array.ll
polly/test/ScheduleOptimizer/2011-08-25-crash_in_vectorizer.ll
polly/test/ScopDetection/single_function_only.ll
polly/test/ScopInfo/Alias-0.ll
polly/test/ScopInfo/Alias-1.ll
polly/test/ScopInfo/Alias-2.ll
polly/test/ScopInfo/Alias-3.ll
polly/test/ScopInfo/Alias-4.ll
polly/test/ScopInfo/bad_loop_0.ll
polly/test/ScopInfo/bug_scev_not_fully_eval.ll
polly/test/ScopInfo/cond_in_loop.ll
polly/test/ScopInfo/indvar_out_of_loop.ll
polly/test/ScopInfo/indvar_out_of_loop_1.ll
polly/test/ScopInfo/indvar_out_of_loop_2.ll
polly/test/ScopInfo/loop_affine_bound_0.ll
polly/test/ScopInfo/loop_affine_bound_1.ll
polly/test/ScopInfo/loop_affine_bound_2.ll
polly/test/ScopInfo/loop_carry.ll
polly/test/ScopInfo/loop_complex_parameter.ll
polly/test/ScopInfo/loop_depth_0.ll
polly/test/ScopInfo/loop_multi_exits.ll
polly/test/ScopInfo/out_of_loop_0.ll
polly/test/ScopInfo/simple_loop_1.ll
polly/test/ScopInfo/simple_nonaffine_loop.ll
polly/test/ScopInfo/simple_nonaffine_loop_not.ll
polly/test/ScopInfo/undef_in_cond.ll