[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/

Duncan Sands baldrick at free.fr
Thu Jul 16 01:20:47 PDT 2009


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

Ciao,

Duncan.



More information about the llvm-commits mailing list