brintos

brintos / llvm-project-archived public Read only

0
0
Text · 212 B · 1e6f063 Raw
10 lines · plain
1; RUN: llc -mtriple=hexagon -mcpu=hexagonv5 < %s | FileCheck %s2; CHECK: vmpybu3; CHECK: vtrunehb4 5define <4 x i8> @t_i4x8(<4 x i8> %a, <4 x i8> %b) nounwind {6entry:7	%0 = mul <4 x i8> %a, %b8	ret <4 x i8> %09}10