aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Hexagon/vect/vect-mul-v4i16.ll
blob: a50d7f8adc177b155415bce1cb9e045f694e9222 (plain)
1
2
3
4
5
6
7
8
9
10
; RUN: llc -march=hexagon < %s | FileCheck %s
; CHECK: vmpyh
; CHECK: vmpyh
; CHECK: vtrunewh

define <4 x i16> @t_i4x16(<4 x i16> %a, <4 x i16> %b) nounwind {
entry:
	%0 = mul <4 x i16> %a, %b
	ret <4 x i16> %0
}