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_zxtb.ll
blob
b74fc2207088b7513138dd0837b87d8d573f9fc5
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 = zext i8 %a to i32
7
ret i32 %1
8
}
9
10
; CHECK: c0 3f 00 57 57003fc0