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][Py Reformat] Reformat python files in llvm
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
Hexagon
/
duplex.ll
blob
9f25726cf597dc903bf5f04a881910b65f0df84a
1
; RUN: llc -march=hexagon -filetype=obj -o - %s | llvm-objdump -d - | FileCheck %s
2
3
; CHECK: c0 3f 00 48 48003fc0
4
5
define i32 @foo() {
6
ret i32 0
7
}