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
[clang][NFC] Generalize getSpecificAttr for const attributes (#116606)
[llvm-project.git]
/
llvm
/
test
/
Verifier
/
scalable-vector-struct-alloca.ll
blob
e1067c8f112838f425f81987013d4f719643c40d
1
; RUN: not opt -S -passes=verify < %s 2>&1 | FileCheck %s
2
3
define void @alloca() {
4
; CHECK: error: Cannot allocate unsized type
5
%a = alloca { i32, <vscale x 1 x i32> }
6
ret void
7
}