You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
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