brintos

brintos / llvm-project-archived public Read only

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