[llvm-commits] [llvm] r41642 - /llvm/trunk/lib/Target/X86/X86Subtarget.h

Rafael Espindola espindola at google.com
Tue Sep 4 10:42:07 PDT 2007


On 04/09/07, Evan Cheng <evan.cheng at apple.com> wrote:
> Hi Rafael,
>
> Thanks for catching this!
>
> As far as I know Darwin follows the ABI exactly. I'll fix that. BTW,
> is it possible for you to add a test case?

In a sense, I have one:

test/CodeGen/X86/byval2.ll

If
(Align & 3) != 0
the MEMCPY node will not be inlined. Once I implement call frame
alignment information, this will no longer depend on the ABI
alignment.

I am not sure how to write a more direct test.

> Thanks,
>
> Evan

Cheers,
-- 
Rafael Avila de Espindola

Google Ireland Ltd.
Gordon House
Barrow Street
Dublin 4
Ireland

Registered in Dublin, Ireland
Registration Number: 368047



More information about the llvm-commits mailing list