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
IR: de-duplicate two CmpInst routines (NFC) (#116866)
[llvm-project.git]
/
llvm
/
test
/
Assembler
/
range-attribute-invalid-type.ll
blob
cc09149a94dc6f06b30002e861adec070837e53b
1
; RUN: not llvm-as < %s -o /dev/null 2>&1 | FileCheck %s
2
3
; CHECK: the range must have integer type!
4
define void @range_vector_type(i8 range(<4 x i32> 0, 0) %a) {
5
ret void
6
}