search for: row2i

Displaying 1 result from an estimated 1 matches for "row2i".

Did you mean: row2
2014 Sep 26
2
[LLVMdev] Canonicalizing vector masking.
...o <4 x i32> %row0i = and <4 x i32> %inputi, <i32 -1, i32 0, i32 0, i32 0> %row0 = bitcast <4 x i32> %row0i to <4 x float> %row1i = and <4 x i32> %inputi, <i32 0, i32 -1, i32 0, i32 0> %row1 = bitcast <4 x i32> %row1i to <4 x float> %row2i = and <4 x i32> %inputi, <i32 0, i32 0, i32 -1, i32 0> %row2 = bitcast <4 x i32> %row2i to <4 x float> %row3i = and <4 x i32> %inputi, <i32 0, i32 0, i32 0, i32 -1> %row3 = bitcast <4 x i32> %row3i to <4 x float> This arises from code which ex...