[cfe-commits] r145736 - in /cfe/trunk/lib/CodeGen: CGClass.cpp CGException.cpp CGExpr.cpp CGExprCXX.cpp CGStmt.cpp CGValue.h CodeGenFunction.h

Eli Friedman eli.friedman at gmail.com
Fri Dec 2 20:33:51 PST 2011


On Fri, Dec 2, 2011 at 5:37 PM, John McCall <rjmccall at apple.com> wrote:
> On Dec 2, 2011, at 4:54 PM, Eli Friedman wrote:
>> Author: efriedma
>> Date: Fri Dec  2 18:54:26 2011
>> New Revision: 145736
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=145736&view=rev
>> Log:
>> Track alignment in AggValueSlot.  No functional change in this patch, but I'll be introducing uses of the specified alignment soon.
>
> Thanks!  Please make it take and vend the alignment as a CharUnits, though.

Actually, I'm starting to rethink this... would it make sense to
always ensure that an AggValueSlot is always appropriately aligned?

-Eli




More information about the cfe-commits mailing list