llvm-6502/test/CodeGen
Bill Wendling 9493dae613 Use the 'count' attribute to calculate the upper bound of an array.
The count attribute is more accurate with regards to the size of an array. It
also obviates the upper bound attribute in the subrange. We can also better
handle an unbound array by setting the count to -1 instead of the lower bound to
1 and upper bound to 0.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169312 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-04 21:34:03 +00:00
..
ARM Use the 'count' attribute to calculate the upper bound of an array. 2012-12-04 21:34:03 +00:00
CPP
Generic
Hexagon
MBlaze
Mips
MSP430
NVPTX Teach the legalizer how to handle operands for VSELECT nodes 2012-11-29 14:26:28 +00:00
PowerPC This patch introduces initial-exec model support for thread-local storage 2012-12-04 16:18:08 +00:00
SPARC
Thumb Use the 'count' attribute to calculate the upper bound of an array. 2012-12-04 21:34:03 +00:00
Thumb2
X86 Use the 'count' attribute to calculate the upper bound of an array. 2012-12-04 21:34:03 +00:00
XCore