[llvm-commits] [llvm] r74624 - in /llvm/trunk: include/llvm/CodeGen/ include/llvm/Target/ lib/Target/ARM/ lib/Target/Alpha/ lib/Target/CellSPU/ lib/Target/IA64/ lib/Target/MSP430/ lib/Target/Mips/ lib/Target/PIC16/ lib/Target/PowerPC/ lib/Target/

Chris Lattner clattner at apple.com
Thu Jul 16 11:41:00 PDT 2009


On Jul 16, 2009, at 1:20 AM, Duncan Sands wrote:

> Hi Chris,
>
>> I agree that the performance of it is not important, but the memory
>> density of the storage often is.
>
> there is no need to conflate how alignment is stored with how it is
> presented to the user.  It can be stored in log2 form, with a
> getAlignment method that returns "1 << log2".

I agree.




More information about the llvm-commits mailing list