Displaying 2 results from an estimated 2 matches for "and6".
Did you mean:
and
2009 Jul 23
1
[LLVMdev] Case where VSETCC DAGCombiner hack doesn't work
...)
simplified to:
define <2 x i64> @a(<4 x float> %a, <4 x float> %b, <4 x float> %c)
nounwind readnone {
entry:
%cmp = fcmp oeq <4 x float> %a, %b ; <<4 x i1>> [#uses=1]
%cmp4 = fcmp oeq <4 x float> %c, %b ; <<4 x i1>> [#uses=1]
%and6 = and <4 x i1> %cmp, %cmp4 ; <<4 x i1>> [#uses=1]
%and = sext <4 x i1> %and6 to <4 x i32> ; <<4 x i32>> [#uses=1]
%conv = bitcast <4 x i32> %and to <2 x i64> ; <<2 x i64>> [#uses=1]
ret <2 x i64> %conv
}
When legalize ty...
2013 Feb 14
1
[LLVMdev] LiveIntervals analysis problem
....i.i.i, %for.body.i.i.i.i.i
%bits.1.i.i.i.i.i = phi i16 [ %conv2.i.i.i.i.i, %if.then.i.i.i.i.i ], [ %bits.024.i.i.i.i.i, %for.body.i.i.i.i.i ]
%conv3.i.i.i.i.i = zext i16 %194 to i32
%shl.i.i.i.i.i = shl nuw nsw i32 %conv3.i.i.i.i.i, 1
%conv5.i.i.i.i.i = zext i16 %bits.1.i.i.i.i.i to i32
%and6.i.i.i.i.i = lshr i32 %conv5.i.i.i.i.i, 1
%and6.lobit.i.i.i.i.i = and i32 %and6.i.i.i.i.i, 1
%storemerge.in.i.i.i.i.i = or i32 %and6.lobit.i.i.i.i.i, %shl.i.i.i.i.i
%storemerge.i.i.i.i.i = trunc i32 %storemerge.in.i.i.i.i.i to i16
store i16 %storemerge.i.i.i.i.i, i16* %x.addr.023.i.i.i.i.i,...