Displaying 2 results from an estimated 2 matches for "79e54e24".
2012 Jan 10
0
[LLVMdev] 64-bit Attributes?
Hi Kostya,
> Today, llvm/Attributes.h defines 'Attributes' as 'unsigned'.
> This bit vector is fully packed, and I am probably not the only one who wants to
> add bits to it.
> Is there a strong reason not to define Attributes as uint64_t?
> At first glance this seems doable, and the IR reader/writer will not need to be
> changed at all (or at least, not
2012 Jan 10
2
[LLVMdev] 64-bit Attributes?
Hi,
Today, llvm/Attributes.h defines 'Attributes' as 'unsigned'.
This bit vector is fully packed, and I am probably not the only one who
wants to add bits to it.
Is there a strong reason not to define Attributes as uint64_t?
At first glance this seems doable, and the IR reader/writer will not need
to be changed at all (or at least, not significantly).
Thanks,
--kcc