>> @@ -76,64 +73,55 @@
>>      iPTR           = 255
>
> is 255 a good sentinel for iPTR anymore?  Would we gain anything by  
> making SimpleTypeBits less than 8?

If someone ever wants to actually do the arbitrary bitwidth stuff in
codegen this will need to be revisited, but right now 8 leaves 24 bits
for a linear vector length, which seems enough to be comfortable.

Dan

-- 
Dan Gohman, Cray Inc.
_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to