brintos

brintos / llvm-project-archived public Read only

0
0
Text · 178 B · 1df052d Raw
9 lines · plain
1; RUN: llc -mtriple=hexagon < %s | FileCheck %s2; CHECK: vaddub3 4define <4 x i8> @t_i4x8(<4 x i8> %a, <4 x i8> %b) nounwind {5entry:6	%0 = add <4 x i8> %a, %b7	ret <4 x i8> %08}9