[llvm-commits] [patch][arm] Fix eabi calling convention when a 64 bit value shadows r3
Sandeep Patel
deeppatel1987 at gmail.com
Fri Aug 6 07:55:11 PDT 2010
This is PR4058, right? arguments-nosplit-i64.ll seems to be testing
the same thing. If the problem is that R3 isn't marked as used and can
get backfilled by mistake, shouldn't we expand the test to confirm
that?
deep
On Fri, Aug 6, 2010 at 2:43 AM, Rafael Espindola <espindola at google.com> wrote:
> I noticed I could use inheritance to make the patch a bit smaller.
>
> Cheers,
> --
> Rafael Ávila de Espíndola
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
>
More information about the llvm-commits
mailing list