You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.207
Former-commit-id: 3b152f462918d427ce18620a2cbe4f8b79650449
This commit is contained in:
parent
8e12397d70
commit
eb85e2fc17
17
external/llvm/test/CodeGen/PowerPC/func-addr.ll
vendored
17
external/llvm/test/CodeGen/PowerPC/func-addr.ll
vendored
@ -1,17 +0,0 @@
|
||||
; RUN: llc -relocation-model=static -verify-machineinstrs -mtriple powerpc64-linux < %s | FileCheck %s
|
||||
; RUN: llc -relocation-model=static -verify-machineinstrs -O0 -mtriple powerpc64-linux < %s | FileCheck %s
|
||||
|
||||
define void @foo() {
|
||||
ret void
|
||||
}
|
||||
declare i32 @bar(i8*)
|
||||
|
||||
; CHECK-LABEL: {{^}}zed:
|
||||
; CHECK: addis 3, 2, foo@toc@ha
|
||||
; CHECK-NEXT: addi 3, 3, foo@toc@l
|
||||
; CHECK-NEXT: bl bar
|
||||
|
||||
define void @zed() {
|
||||
call i32 @bar(i8* bitcast (void ()* @foo to i8*))
|
||||
ret void
|
||||
}
|
Reference in New Issue
Block a user