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
[X86] X86DAGToDAGISel - attempt to merge XMM/YMM loads with YMM/ZMM loads of the...
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
Generic
/
2005-10-18-ZeroSizeStackObject.ll
blob
942592fc721485dc6942f9bde3f6856c5b09555d
1
; RUN: llc < %s
2
3
define void @test() {
4
%X = alloca { } ; <ptr> [#uses=0]
5
ret void
6
}