hanchenye-llvm-project/llvm/test/CodeGen/Hexagon/vect/vect-vaddw.ll

9 lines
181 B
LLVM

; RUN: llc -march=hexagon < %s | FileCheck %s
; CHECK: vaddw
define <2 x i32> @t_i2x32(<2 x i32> %a, <2 x i32> %b) nounwind {
entry:
%0 = add <2 x i32> %a, %b
ret <2 x i32> %0
}