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
/
disubrange-count-upperBound.ll
blob
3dbc79004f022fbd734530b585d284c492281eb6
1
; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
2
3
!named = !{!0}
4
; CHECK: Subrange can have any one of count or upperBound
5
!0 = !DISubrange(count: 20, lowerBound: 1, upperBound: 10)