repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[MIParser] Set RegClassOrRegBank during instruction parsing
[llvm-complete.git]
/
test
/
CodeGen
/
Hexagon
/
relax.ll
blob
ab4e318fa45b64ddef4c7d1121948f17f0fcd475
1
; RUN: llc -march=hexagon -filetype=obj < %s | llvm-objdump -d -r - | FileCheck %s
2
3
declare void @bar()
4
5
define void @foo() {
6
call void @bar()
7
ret void
8
}
9
10
; CHECK: { call 0
11
; CHECK: 00000000: R_HEX_B22_PCREL
12
; CHECK: allocframe(#0)
13
; CHECK: { dealloc_return }