repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
AArch64
/
aarch64_be-global-const.ll
blob
22979bcf1f9f9adda8e0b53a2b70235b50b38125
1
; RUN: llc -mtriple=aarch64_be < %s | FileCheck %s
2
3
; CHECK-LABEL: G:
4
; CHECK: .byte 11
5
; CHECK: .size G, 1
6
@G = global <4 x i1> <i1 true, i1 false, i1 true, i1 true>