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
[DAGCombiner] Add target hook function to decide folding (mul (add x, c1), c2)
[llvm-project.git]
/
llvm
/
test
/
Transforms
/
Internalize
/
externally-initialized.ll
blob
4c24e53543db9c46a92d4bb9fb216fe3411c2b14
1
; RUN: opt < %s -internalize -S | FileCheck %s
2
; RUN: opt < %s -passes=internalize -S | FileCheck %s
3
4
; CHECK: @G0
5
; CHECK-NOT: internal
6
; CHECK-SAME: global i32
7
@G0 = protected externally_initialized global i32 0, align 4