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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
llvm
/
test
/
MC
/
Hexagon
/
inst_sxtb.ll
blob
df4b5bcfa5937afff4dd9e7e9e671411f78d4ad6
1
; RUN: llc -mtriple=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