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-mul-v2i32.ll
blob
1d439dd37e1454f331f6d1e985728aa0fbf492bc
1
; RUN: llc -march=hexagon < %s | FileCheck %s
2
; CHECK: mpyi
3
; CHECK: mpyi
4
5
define <2 x i32> @t_i2x32(<2 x i32> %a, <2 x i32> %b) nounwind {
6
entry:
7
%0 = mul <2 x i32> %a, %b
8
ret <2 x i32> %0
9
}