[llvm-commits] CVS: llvm/include/llvm/CodeGen/CallingConvLower.h SelectionDAG.h SelectionDAGNodes.h ValueTypes.h

Dan Gohman djg at cray.com
Wed Jun 27 09:16:31 PDT 2007


>> @@ -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.



More information about the llvm-commits mailing list