bolt/deps/llvm-18.1.8/llvm/test/CodeGen/AArch64/aarch64_be-global-const.ll
2025-02-14 19:21:04 +01:00

6 lines
167 B
LLVM

; 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>