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
[flang][MLIR] Support delayed privatization for `wsloop` (PFT -> MLIR) (#118271)
[llvm-project.git]
/
llvm
/
test
/
Assembler
/
align-inst-alloca.ll
blob
1f9d16c741f807db0fa9bffd8bc1532f9415525d
1
; RUN: not llvm-as %s -o /dev/null 2>/dev/null
2
3
define void @foo() {
4
%p = alloca i1, align 8589934592
5
ret void
6
}