1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00
llvm-mirror/test/Analysis/Delinearization
Brendon Cahoon 70912563c0 Recognize n/1 in the SCEV divide function
n/1 generates a quotient equal to n and a remainder of 0.
If this case is not recognized, then the SCEV divide() function
can return a remainder that is greater than or equal to the
denominator, which means the delinearized subscripts for the
test case will be incorrect.

Differential Revision: http://reviews.llvm.org/D9003

llvm-svn: 235311
2015-04-20 16:03:28 +00:00
..
a.ll Make DataLayout Non-Optional in the Module 2015-03-04 18:43:29 +00:00
divide_by_one.ll Recognize n/1 in the SCEV divide function 2015-04-20 16:03:28 +00:00
gcd_multiply_expr.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
himeno_1.ll Make DataLayout Non-Optional in the Module 2015-03-04 18:43:29 +00:00
himeno_2.ll Make DataLayout Non-Optional in the Module 2015-03-04 18:43:29 +00:00
iv_times_constant_in_subscript.ll Make DataLayout Non-Optional in the Module 2015-03-04 18:43:29 +00:00
lit.local.cfg
multidim_ivs_and_integer_offsets_3d.ll Make DataLayout Non-Optional in the Module 2015-03-04 18:43:29 +00:00
multidim_ivs_and_integer_offsets_nts_3d.ll Make DataLayout Non-Optional in the Module 2015-03-04 18:43:29 +00:00
multidim_ivs_and_parameteric_offsets_3d.ll Make DataLayout Non-Optional in the Module 2015-03-04 18:43:29 +00:00
multidim_only_ivs_2d_nested.ll
multidim_only_ivs_2d.ll Make DataLayout Non-Optional in the Module 2015-03-04 18:43:29 +00:00
multidim_only_ivs_3d_cast.ll
multidim_only_ivs_3d.ll Make DataLayout Non-Optional in the Module 2015-03-04 18:43:29 +00:00
multidim_two_accesses_different_delinearization.ll
undef.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00