repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[llvm-readelf/llvm-objdump] - Improve/refactor the implementation of SHT_LLVM_ADDRSIG...
[llvm-complete.git]
/
test
/
CodeGen
/
Hexagon
/
lcomm.ll
blob
f7bcde7c206bc48eb1d6011f25d55e46db45abb7
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, i32* @g0, align 4
12
ret i32 %v0
13
}
14
15
attributes #0 = { nounwind }