You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
; RUN: llc -march=hexagon -filetype=obj < %s | llvm-objdump -d -r - | FileCheck %s
|
|
|
|
declare void @bar()
|
|
|
|
define void @foo() {
|
|
call void @bar()
|
|
ret void
|
|
}
|
|
|
|
; CHECK: { call 0
|
|
; CHECK: allocframe(#0)
|
|
; CHECK: 00000000: R_HEX_B22_PCREL
|
|
; CHECK: { dealloc_return }
|