xref: /aosp_15_r20/external/llvm/test/CodeGen/Hexagon/vect/vect-mul-v8i8.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1; RUN: llc -march=hexagon -mcpu=hexagonv5 < %s | FileCheck %s
2; CHECK: vmpybsu
3; CHECK: vmpybsu
4
5define <8 x i8> @t_i8x8(<8 x i8> %a, <8 x i8> %b) nounwind {
6entry:
7	%0 = mul <8 x i8> %a, %b
8	ret <8 x i8> %0
9}
10