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
[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git]
/
llvm
/
test
/
Verifier
/
param-attr-align.ll
blob
038bfa3494f8984ed726e209ec756c181ce119f1
1
; RUN: not llvm-as < %s 2>&1 | FileCheck %s
2
3
; CHECK: Attribute 'align' exceed the max size 2^14
4
define dso_local void @foo(ptr %p) {
5
entry:
6
call void @bar(ptr noundef byval(<8 x float>) align 32768 %p)
7
ret void
8
}
9
10
declare dso_local void @bar(ptr %p)