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/AArch64/breg.ll
vendored
17
external/llvm/test/CodeGen/AArch64/breg.ll
vendored
@ -1,17 +0,0 @@
|
||||
; RUN: llc -verify-machineinstrs -o - %s -mtriple=aarch64-linux-gnu -aarch64-enable-atomic-cfg-tidy=0 | FileCheck %s
|
||||
|
||||
@stored_label = global i8* null
|
||||
|
||||
define void @foo() {
|
||||
; CHECK-LABEL: foo:
|
||||
%lab = load i8*, i8** @stored_label
|
||||
indirectbr i8* %lab, [label %otherlab, label %retlab]
|
||||
; CHECK: adrp {{x[0-9]+}}, stored_label
|
||||
; CHECK: ldr {{x[0-9]+}}, [{{x[0-9]+}}, {{#?}}:lo12:stored_label]
|
||||
; CHECK: br {{x[0-9]+}}
|
||||
|
||||
otherlab:
|
||||
ret void
|
||||
retlab:
|
||||
ret void
|
||||
}
|
Reference in New Issue
Block a user