[llvm-commits] CVS: llvm/include/llvm/CodeGen/CallingConvLower.h SelectionDAG.h SelectionDAGNodes.h ValueTypes.h
Chris Lattner
clattner at apple.com
Wed Jun 27 10:05:38 PDT 2007
On Jun 27, 2007, at 9:16 AM, Dan Gohman wrote:
>>> @@ -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.
Ok
-Chris
More information about the llvm-commits
mailing list