[PATCH] Use proper opcodes in SP updates for x32

Eli Bendersky eliben at google.com
Tue Feb 5 13:53:46 PST 2013


Thanks! r174446

On Tue, Feb 5, 2013 at 12:00 PM, Nadav Rotem <nrotem at apple.com> wrote:
> LGTM.
>
> On Feb 5, 2013, at 9:47 AM, Eli Bendersky <eliben at google.com> wrote:
>
>> Hello,
>>
>> This is the next patch in the x32 ABI series.
>>
>> It makes sure the correct opcodes are used to SUB and ADD the stack
>> pointer in function prologs/epilogs. The opcodes should depend on the
>> data model (LP64 vs. ILP32) rather than the architecture bit-ness.
>> Test included.
>>
>> Please review,
>>
>> Eli
>> <x32-sp-update.1.patch>_______________________________________________
>> 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