projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix vbroadcast matching logic to early unmatch if the node doesn't have
[oota-llvm.git]
/
test
/
CodeGen
/
X86
/
visibility.ll
1
; RUN: llc -mtriple=x86_64-unknown-linux-gnu %s -o - | FileCheck %s
2
3
@zed = external hidden constant i32
4
5
define hidden void @foo() nounwind {
6
entry:
7
call void @bar(i32* @zed)
8
ret void
9
}
10
11
declare hidden void @bar(i32*)
12
13
;CHECK: .hidden zed
14
;CHECK: .hidden bar