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
Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
Hexagon
/
sdata-array.ll
blob
84cb3219574562b5743c973a0c18591e3ef17e92
1
; RUN: llc -march=hexagon < %s | FileCheck %s
2
3
; No arrays in sdata.
4
; CHECK: memb(##foo)
5
6
@foo = common global [4 x i8] zeroinitializer, align 1
7
8
define void @set(i8 %x) nounwind {
9
entry:
10
store i8 %x, ptr @foo, align 1
11
ret void
12
}
13