brintos

brintos / llvm-project-archived public Read only

0
0
Text · 183 B · 2182a9d Raw
9 lines · plain
1; RUN: llc -mtriple=hexagon < %s | FileCheck %s2; CHECK: vsubh3 4define <2 x i16> @t_i2x16(<2 x i16> %a, <2 x i16> %b) nounwind {5entry:6	%0 = sub <2 x i16> %a, %b7	ret <2 x i16> %08}9