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
Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git]
/
llvm
/
test
/
tools
/
llvm-diff
/
undef.ll
blob
e2f6f1cbefb0673594e9744d76bd6073c3541470
1
; Bugzilla: https://bugs.llvm.org/show_bug.cgi?id=33623
2
; RUN: llvm-diff %s %s
3
4
%A = type { i64, i64 }
5
@_gm_ = global <2 x ptr> zeroinitializer
6
7
define void @f() {
8
entry:
9
store <2 x ptr> undef, ptr @_gm_
10
ret void
11
}