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