Home | History | Annotate | Download | only in vect
      1 ; RUN: llc -march=hexagon < %s
      2 
      3 define i1 @t_i4x8(<4 x i8> %a, <4 x i8> %b) nounwind {
      4 entry:
      5 	%0 = add <4 x i8> %a, %b
      6         %1 = bitcast <4 x i8> %0 to <32 x i1>
      7         %2 = extractelement <32 x i1> %1, i32 0
      8 	ret i1 %2
      9 }
     10