Displaying 3 results from an estimated 3 matches for "t139".
Did you mean:
139
2016 Jun 25
2
Question about VectorLegalizer::ExpandStore() with v4i1
...align=4), trunc to i1> t0, t133, t32, undef:i64
t133: i32 = extract_vector_elt t128, Constant:i64<0>
ch = store<ST1[%16](align=4), trunc to i1> t0, t136, t32, undef:i64
t136: i32 = extract_vector_elt t128, Constant:i64<1>
ch = store<ST1[%16](align=4), trunc to i1> t0, t139, t32, undef:i64
t139: i32 = extract_vector_elt t128, Constant:i64<2>
ch = store<ST1[%16](align=4), trunc to i1> t0, t142, t32, undef:i64
t142: i32 = extract_vector_elt t128, Constant:i64<3>
As you can see above SelectionDAG, if backend decides to expand vector
store with v4i1...
2016 Jun 28
0
Question about VectorLegalizer::ExpandStore() with v4i1
...1> t0, t133, t32, undef:i64
> t133: i32 = extract_vector_elt t128, Constant:i64<0>
> ch = store<ST1[%16](align=4), trunc to i1> t0, t136, t32, undef:i64
> t136: i32 = extract_vector_elt t128, Constant:i64<1>
> ch = store<ST1[%16](align=4), trunc to i1> t0, t139, t32, undef:i64
> t139: i32 = extract_vector_elt t128, Constant:i64<2>
> ch = store<ST1[%16](align=4), trunc to i1> t0, t142, t32, undef:i64
> t142: i32 = extract_vector_elt t128, Constant:i64<3>
>
> As you can see above SelectionDAG, if backend decides to expan...
2016 Jun 28
2
Question about VectorLegalizer::ExpandStore() with v4i1
...t32, undef:i64
>> t133: i32 = extract_vector_elt t128, Constant:i64<0>
>> ch = store<ST1[%16](align=4), trunc to i1> t0, t136, t32, undef:i64
>> t136: i32 = extract_vector_elt t128, Constant:i64<1>
>> ch = store<ST1[%16](align=4), trunc to i1> t0, t139, t32, undef:i64
>> t139: i32 = extract_vector_elt t128, Constant:i64<2>
>> ch = store<ST1[%16](align=4), trunc to i1> t0, t142, t32, undef:i64
>> t142: i32 = extract_vector_elt t128, Constant:i64<3>
>>
>> As you can see above SelectionDAG, if back...