llvm-6502/test/Analysis/Delinearization
Brendon Cahoon 8b94db17a4 Fix a type mismatch assert in SCEV division
An assert was triggered when attempting to create a new SCEV
with operands of different types in the visitAddRecExpr. In this
test case, the operand types of the numerator and denominator
are different. The SCEV division code should generate a
conservative answer when this happens.

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


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235511 91177308-0d34-0410-b5e6-96231b3b80d8
2015-04-22 15:06:40 +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 [Test] Trim unnecessary .c and .cpp from config.suffix in lit.local.cfg 2014-05-12 19:57:31 +00:00
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 [opaque pointer type] Add textual IR support for explicit type parameter to getelementptr instruction 2015-02-27 19:29:02 +00:00
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 [opaque pointer type] Add textual IR support for explicit type parameter to getelementptr instruction 2015-02-27 19:29:02 +00:00
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 [opaque pointer type] Add textual IR support for explicit type parameter to getelementptr instruction 2015-02-27 19:29:02 +00:00
type_mismatch.ll Fix a type mismatch assert in SCEV division 2015-04-22 15:06:40 +00:00
undef.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00