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
[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git]
/
llvm
/
test
/
Verifier
/
vscale_range.ll
blob
58c1bc0127619dfe9f213c65038f679d988ddba4
1
; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
2
3
; CHECK: 'vscale_range' minimum cannot be greater than maximum
4
declare i8* @b(i32*) vscale_range(8, 1)