aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Hexagon/vect/vect-vaddw.ll
blob: a8401345ab2684082ca9a9a75c9997d7d909aa6f (plain)
1
2
3
4
5
6
7
8
; 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
}