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
[HLSL] Implement RWBuffer::operator[] via __builtin_hlsl_resource_getpointer (#117017)
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
Hexagon
/
lcomm.ll
blob
558aadde7e1aa88d6379bd31aa5265a2f0c8bdbe
1
; RUN: llc -march=hexagon < %s | FileCheck %s
2
; CHECK-NOT: .lcomm g0,4,4,4
3
4
target triple = "hexagon"
5
6
@g0 = internal global i32 0, align 4
7
8
; Function Attrs: nounwind
9
define i32 @f0() #0 {
10
b0:
11
%v0 = load i32, ptr @g0, align 4
12
ret i32 %v0
13
}
14
15
attributes #0 = { nounwind }