repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Better OR's for MVE compares
[llvm-core.git]
/
test
/
MC
/
Hexagon
/
inst_sxtb.ll
blob
34219c72c99ee1070f127236283d7ce1fd49fbb5
1
; RUN: llc -march=hexagon -filetype=obj %s -o - \
2
; RUN: | llvm-objdump -d - | FileCheck %s
3
4
define i32 @foo (i8 %a)
5
{
6
%1 = sext i8 %a to i32
7
ret i32 %1
8
}
9
10
; CHECK: c0 3f 00 55 55003fc0