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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
SystemZ
/
pie.ll
blob
3d4045781a48c7f25ff839574ba08d29d4d715c1
1
; RUN: llc -mtriple=s390x-linux-gnu -relocation-model=pic < %s | FileCheck %s
2
3
@foo = dso_local global i32 42
4
5
define dso_local ptr @get_foo() {
6
ret ptr @foo
7
}
8
9
; CHECK: larl %r2, foo{{$}}
10
11
!llvm.module.flags = !{!0}
12
13
!0 = !{i32 1, !"PIE Level", i32 2}