[Reland][Runtimes] Merge 'compile_commands.json' files from runtimes build (#116303)
[llvm-project.git] / llvm / test / CodeGen / Hexagon / vect / vect-vsubb-1.ll
blob8ac76a0bf13c45a236ea899cb2cce70e7dac5c49
1 ; RUN: llc -march=hexagon < %s | FileCheck %s
2 ; CHECK: vsubub
4 define <4 x i8> @t_i4x8(<4 x i8> %a, <4 x i8> %b) nounwind {
5 entry:
6         %0 = sub <4 x i8> %a, %b
7         ret <4 x i8> %0