llvm-project/polly/test/ScopInfo
Tobias Grosser 6a2da6b9c8 Add test cases for multi-dimensional variable lengths arrays
At the moment we can handle such arrays only by conservatively assuming that
each access to such an array may touch any element in the array. It would be
great if we could improve Polly/LLVM at some point, such that we can
recover the multi-dimensionality of the accesses.

llvm-svn: 163619
2012-09-11 14:03:19 +00:00
..
2012-03-16-Crash-because-of-unsigned-in-scev.ll SCEVValidator: Ensure that parameters are recorded correctly 2012-03-16 10:16:28 +00:00
20111108-Parameter-not-detected.ll ScopInfo: Use names of simple parameters to name the isl parameter dimensions. 2011-11-15 11:38:55 +00:00
Alias-0.ll
Alias-1.ll
Alias-2.ll
Alias-3.ll
Alias-4.ll TempScop: Remove more of the buildAffineFunction 2011-11-09 22:34:24 +00:00
bad_loop_0.ll
bug_2010_10_22.ll
bug_2011_1_5.ll
bug_scev_not_fully_eval.ll
cond_in_loop.ll
independent-blocks-never-stop-on-big-scop.ll IndependentBLocks: Do not visit the same instruction twice when moving the 2012-08-01 08:46:11 +00:00
indvar_out_of_loop.ll
indvar_out_of_loop_1.ll
indvar_out_of_loop_2.ll
loop_affine_bound_0.ll
loop_affine_bound_1.ll
loop_affine_bound_2.ll
loop_carry.ll ScopInfo: Add parameter bounds to context 2012-05-22 10:47:27 +00:00
loop_complex_parameter.ll
loop_depth_0.ll
loop_multi_exits.ll
multidim_ivs_and_integer_offsets_3d.ll Add test cases for multi-dimensional variable lengths arrays 2012-09-11 14:03:19 +00:00
multidim_ivs_and_parameteric_offsets_3d.ll Add test cases for multi-dimensional variable lengths arrays 2012-09-11 14:03:19 +00:00
multidim_only_ivs_2d.ll Add test cases for multi-dimensional variable lengths arrays 2012-09-11 14:03:19 +00:00
multidim_only_ivs_3d.ll Add test cases for multi-dimensional variable lengths arrays 2012-09-11 14:03:19 +00:00
multidim_only_ivs_3d_cast.ll Add test cases for multi-dimensional variable lengths arrays 2012-09-11 14:03:19 +00:00
non_affine_parametric_loop.ll ScopInfo: Align parameters when using -polly-allow-nonaffine 2012-09-11 13:50:21 +00:00
out_of_loop_0.ll
phi_not_grouped_at_top.ll
phi_with_invoke_edge.ll
simple_loop_1.ll
simple_nonaffine_loop.ll Support non-affine access functions in Polly. 2011-12-20 10:43:14 +00:00
simple_nonaffine_loop_not.ll Support non-affine access functions in Polly. 2011-12-20 10:43:14 +00:00
undef_in_cond.ll