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
[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
Hexagon
/
vect
/
vect-mul-v4i8.ll
blob
5ebc33726bbb154e259efc7b5d5889c2c723c1c7
1
; RUN: llc -march=hexagon -mcpu=hexagonv5 < %s | FileCheck %s
2
; CHECK: vmpybu
3
; CHECK: vtrunehb
4
5
define <4 x i8> @t_i4x8(<4 x i8> %a, <4 x i8> %b) nounwind {
6
entry:
7
%0 = mul <4 x i8> %a, %b
8
ret <4 x i8> %0
9
}