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
@ -1,30 +0,0 @@
|
||||
# RUN: not llc -march=x86-64 -run-pass none -o /dev/null %s 2>&1 | FileCheck %s
|
||||
|
||||
--- |
|
||||
|
||||
@addr = global i8* null
|
||||
|
||||
define void @test() {
|
||||
entry:
|
||||
store volatile i8* blockaddress(@test, %block), i8** @addr
|
||||
%val = load volatile i8*, i8** @addr
|
||||
indirectbr i8* %val, [label %block]
|
||||
|
||||
block:
|
||||
ret void
|
||||
}
|
||||
|
||||
...
|
||||
---
|
||||
name: test
|
||||
body: |
|
||||
bb.0.entry:
|
||||
successors: %bb.1.block
|
||||
; CHECK: [[@LINE+1]]:51: use of undefined IR block '%ir-block."block "'
|
||||
%rax = LEA64r %rip, 1, _, blockaddress(@test, %ir-block."block "), _
|
||||
MOV64mr %rip, 1, _, @addr, _, killed %rax
|
||||
JMP64m %rip, 1, _, @addr, _
|
||||
|
||||
bb.1.block (address-taken):
|
||||
RETQ
|
||||
...
|
Reference in New Issue
Block a user