Re: [PATCH] Avoid ICE in LRA for calls with multiple return values

2014-10-03 Thread Ilya Enkovich
On 03 Oct 00:05, Ilya Enkovich wrote: > 2014-10-02 22:30 GMT+04:00 Jeff Law : > > On 10/02/14 08:30, Ilya Enkovich wrote: > >> > >> Hi, > >> > >> This patch adds a check for call destination register for a call return > >> value optimization based on REG_RETURNED note. This solves some ICE issues

Re: [PATCH] Avoid ICE in LRA for calls with multiple return values

2014-10-02 Thread Ilya Enkovich
2014-10-02 22:30 GMT+04:00 Jeff Law : > On 10/02/14 08:30, Ilya Enkovich wrote: >> >> Hi, >> >> This patch adds a check for call destination register for a call return >> value optimization based on REG_RETURNED note. This solves some ICE issues >> for MPX codes. >> >> Bootstrapped and tested on l

Re: [PATCH] Avoid ICE in LRA for calls with multiple return values

2014-10-02 Thread Jeff Law
On 10/02/14 08:30, Ilya Enkovich wrote: Hi, This patch adds a check for call destination register for a call return value optimization based on REG_RETURNED note. This solves some ICE issues for MPX codes. Bootstrapped and tested on linux-x86_64. OK for trunk? Thanks, Ilya -- 2014-10-02 I

[PATCH] Avoid ICE in LRA for calls with multiple return values

2014-10-02 Thread Ilya Enkovich
Hi, This patch adds a check for call destination register for a call return value optimization based on REG_RETURNED note. This solves some ICE issues for MPX codes. Bootstrapped and tested on linux-x86_64. OK for trunk? Thanks, Ilya -- 2014-10-02 Ilya Enkovich * lra-constraints.