blob: a8401345ab2684082ca9a9a75c9997d7d909aa6f [file] [log] [blame]
; 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
}