On 04/09/07, Evan Cheng <[EMAIL PROTECTED]> 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
_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to