llvm-project/llvm/test/Analysis/Delinearization
David Green d143c65de3 [DA] Enable -da-delinearize by default
This enables da-delinearize in Dependence Analysis for delinearizing array
accesses into multiple dimensions. This can help to increase the power of
Dependence analysis on multi-dimensional arrays and prevent having to fall
back to the slower and less accurate MIV tests. It adds static checks on the
bounds of the arrays to ensure that one dimension doesn't overflow into
another, and brings our code in line with our tests.

Differential Revision: https://reviews.llvm.org/D45872

llvm-svn: 335217
2018-06-21 11:53:16 +00:00
..
a.ll Revert "[SCEV] Add nuw/nsw to mul ops in StrengthenNoWrapFlags" 2018-06-19 04:09:44 +00:00
constant_functions_multi_dim.ll [SCEV] Assume parameters coming from function calls contain IVs 2017-05-27 15:17:49 +00:00
divide_by_one.ll
gcd_multiply_expr.ll
himeno_1.ll
himeno_2.ll
iv_times_constant_in_subscript.ll Revert "[SCEV] Add nuw/nsw to mul ops in StrengthenNoWrapFlags" 2018-06-19 04:09:44 +00:00
lit.local.cfg
multidim_ivs_and_integer_offsets_3d.ll
multidim_ivs_and_integer_offsets_nts_3d.ll
multidim_ivs_and_parameteric_offsets_3d.ll
multidim_only_ivs_2d.ll
multidim_only_ivs_2d_nested.ll
multidim_only_ivs_3d.ll
multidim_only_ivs_3d_cast.ll
multidim_two_accesses_different_delinearization.ll [DA] Enable -da-delinearize by default 2018-06-21 11:53:16 +00:00
parameter_addrec_product.ll
terms_with_identity_factor.ll
type_mismatch.ll
undef.ll