Sign in
llvm
/
llvm-project
/
refs/heads/revert-133052-add-loop-bitconvert-tests
/
.
/
llvm
/
test
/
CodeGen
/
AArch64
/
aarch64_be-global-const.ll
blob: 22979bcf1f9f9adda8e0b53a2b70235b50b38125 [
file
] [
log
] [
blame
]
; RUN: llc -mtriple=aarch64_be < %s | FileCheck %s
; CHECK-LABEL: G:
; CHECK: .byte 11
; CHECK: .size G, 1
@G
=
global
<
4
x
i1
>
<
i1
true
,
i1
false
,
i1
true
,
i1
true
>