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