repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[Reland][Runtimes] Merge 'compile_commands.json' files from runtimes build (#116303)
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
Hexagon
/
vect
/
vect-vsubb.ll
blob
73cfc74074ad21e336b1e4ab81a8d221c7d7703b
1
; RUN: llc -march=hexagon < %s | FileCheck %s
2
; CHECK: vsubub
3
4
define <8 x i8> @t_i8x8(<8 x i8> %a, <8 x i8> %b) nounwind {
5
entry:
6
%0 = sub <8 x i8> %a, %b
7
ret <8 x i8> %0
8
}