llvm-project/polly/test/ScopInfo
Tobias Grosser e7e33ba13a Always pipe in test files
In Polly we used to have a mix of test cases, some that used 'opt %s' and others
that used 'opt < %s'. We now change all to use 'opt < %s'. Piping in test files
is preferable as it does prevent temporary files to be written to disk. This
brings us in line with what is usus in LLVM.

llvm-svn: 216816
2014-08-30 09:15:04 +00:00
..
2012-03-16-Crash-because-of-unsigned-in-scev.ll Fix tests with broken datalayout strings. 2012-11-28 13:30:31 +00:00
20111108-Parameter-not-detected.ll test/ScopInfo: Remove %defaultOpts and list passes explicitly 2014-06-25 06:38:18 +00:00
Alias-0.ll test/ScopInfo: Remove %defaultOpts and list passes explicitly 2014-06-25 06:38:18 +00:00
Alias-1.ll test/ScopInfo: Remove %defaultOpts and list passes explicitly 2014-06-25 06:38:18 +00:00
Alias-2.ll test/ScopInfo: Remove %defaultOpts and list passes explicitly 2014-06-25 06:38:18 +00:00
Alias-3.ll test/ScopInfo: Remove %defaultOpts and list passes explicitly 2014-06-25 06:38:18 +00:00
Alias-4.ll test/ScopInfo: Remove %defaultOpts and list passes explicitly 2014-06-25 06:38:18 +00:00
bug_2010_10_22.ll Always pipe in test files 2014-08-30 09:15:04 +00:00
bug_2011_1_5.ll Always pipe in test files 2014-08-30 09:15:04 +00:00
bug_scev_not_fully_eval.ll test/ScopInfo: Remove %defaultOpts and list passes explicitly 2014-06-25 06:38:18 +00:00
cond_constant_in_loop.ll ScopInfo: Correctly handle true/false conditions 2013-09-07 01:54:13 +00:00
cond_in_loop.ll test/ScopInfo: Remove %defaultOpts and list passes explicitly 2014-06-25 06:38:18 +00:00
constant_start_integer.ll only delinearize when the access function is not affine 2014-04-10 16:08:11 +00:00
delinearize-together-all-data-refs.ll Adjust another test case to not access out of bounds 2014-06-04 19:41:47 +00:00
independent-blocks-never-stop-on-big-scop.ll Always pipe in test files 2014-08-30 09:15:04 +00:00
integers.ll Correctly convert APInt to gmp values 2013-06-14 16:23:38 +00:00
isl_aff_out_of_bounds.ll Always pipe in test files 2014-08-30 09:15:04 +00:00
loop_affine_bound_0.ll Introduce reduction types 2014-07-01 20:52:51 +00:00
loop_affine_bound_1.ll Introduce reduction types 2014-07-01 20:52:51 +00:00
loop_affine_bound_2.ll Introduce reduction types 2014-07-01 20:52:51 +00:00
loop_carry.ll test/ScopInfo: Remove %defaultOpts and list passes explicitly 2014-06-25 06:38:18 +00:00
multi-scop.ll Check scops a second time before working on them 2014-02-18 18:49:49 +00:00
multidim_2d-diagonal-matrix.ll Derive run-time conditions for delinearization 2014-07-02 17:47:48 +00:00
multidim_2d_outer_parametric_offset.ll Do allow negative offsets in the outermost array dimension 2014-08-03 21:07:30 +00:00
multidim_2d_parametric_array_static_loop_bounds.ll Derive run-time conditions for delinearization 2014-07-02 17:47:48 +00:00
multidim_3d_parametric_array_static_loop_bounds.ll Derive run-time conditions for delinearization 2014-07-02 17:47:48 +00:00
multidim_ivs_and_integer_offsets_3d.ll Derive run-time conditions for delinearization 2014-07-02 17:47:48 +00:00
multidim_ivs_and_parameteric_offsets_3d.ll Do allow negative offsets in the outermost array dimension 2014-08-03 21:07:30 +00:00
multidim_nested_start_integer.ll Derive run-time conditions for delinearization 2014-07-02 17:47:48 +00:00
multidim_nested_start_share_parameter.ll Derive run-time conditions for delinearization 2014-07-02 17:47:48 +00:00
multidim_only_ivs_2d.ll Derive run-time conditions for delinearization 2014-07-02 17:47:48 +00:00
multidim_only_ivs_3d.ll Derive run-time conditions for delinearization 2014-07-02 17:47:48 +00:00
multidim_only_ivs_3d_cast.ll Derive run-time conditions for delinearization 2014-07-02 17:47:48 +00:00
multidim_only_ivs_3d_reverse.ll Derive run-time conditions for delinearization 2014-07-02 17:47:48 +00:00
non_affine_parametric_loop.ll Revert "Added support for modulo expressions" 2014-08-16 09:08:55 +00:00
parameter_product.ll SCEVValidator: Correctly store 'k * p' as a parameter 2013-04-14 13:15:59 +00:00
phi_not_grouped_at_top.ll Always pipe in test files 2014-08-30 09:15:04 +00:00
phi_with_invoke_edge.ll Always pipe in test files 2014-08-30 09:15:04 +00:00
reduction_alternating_base.ll Revert "Added support for modulo expressions" 2014-08-16 09:08:55 +00:00
reduction_chain_partially_outside_the_scop.ll Change the printing of reduction types 2014-08-01 08:13:25 +00:00
reduction_disabled_multiplicative.ll Change the printing of reduction types 2014-08-01 08:13:25 +00:00
reduction_escaping_intermediate.ll Introduce reduction types 2014-07-01 20:52:51 +00:00
reduction_escaping_intermediate_2.ll Introduce reduction types 2014-07-01 20:52:51 +00:00
reduction_invalid_different_operators.ll Change the printing of reduction types 2014-08-01 08:13:25 +00:00
reduction_invalid_overlapping_accesses.ll Change the printing of reduction types 2014-08-01 08:13:25 +00:00
reduction_multiple_loops_array_sum.ll Change the printing of reduction types 2014-08-01 08:13:25 +00:00
reduction_multiple_loops_array_sum_1.ll Change the printing of reduction types 2014-08-01 08:13:25 +00:00
reduction_multiple_simple_binary.ll Change the printing of reduction types 2014-08-01 08:13:25 +00:00
reduction_non_overlapping_chains.ll Change the printing of reduction types 2014-08-01 08:13:25 +00:00
reduction_only_reduction_like_access.ll Change the printing of reduction types 2014-08-01 08:13:25 +00:00
reduction_simple_fp.ll Change the printing of reduction types 2014-08-01 08:13:25 +00:00
reduction_simple_w_constant.ll Change the printing of reduction types 2014-08-01 08:13:25 +00:00
reduction_simple_w_iv.ll Change the printing of reduction types 2014-08-01 08:13:25 +00:00
reduction_two_identical_reads.ll Change the printing of reduction types 2014-08-01 08:13:25 +00:00
scalar.ll ScopInfo: Scalar accesses are zero dimensional 2014-04-10 08:38:02 +00:00
simple_loop_1.ll Derive run-time conditions for delinearization 2014-07-02 17:47:48 +00:00
simple_nonaffine_loop.ll test/ScopInfo: Remove %defaultOpts and list passes explicitly 2014-06-25 06:38:18 +00:00
simple_nonaffine_loop_not.ll test/ScopInfo: Remove %defaultOpts and list passes explicitly 2014-06-25 06:38:18 +00:00
smax.ll ScopValidator: smax expressions are no parameters 2013-12-09 21:51:46 +00:00
undef_in_cond.ll test/ScopInfo: Remove %defaultOpts and list passes explicitly 2014-06-25 06:38:18 +00:00