On Mon, Dec 02, 2013 at 11:04:39PM -0700, Jeff Law wrote:
> On 11/28/13 16:50, Alan Modra wrote:
> >
> >This is due to that innocuous seeming change of setting
> >lra_in_progress before calling check_rtl(), in combination with
> >previous changes Vlad made to the rs6000 backend here:
> >http://gcc.
On 11/28/13 16:50, Alan Modra wrote:
This is due to that innocuous seeming change of setting
lra_in_progress before calling check_rtl(), in combination with
previous changes Vlad made to the rs6000 backend here:
http://gcc.gnu.org/ml/gcc-patches/2013-10/msg02208.html
In particular the "Call legi
On 11/28/2013, 6:50 PM, Alan Modra wrote:
On Wed, Nov 20, 2013 at 11:18:49AM -0700, Jeff Law wrote:
2013-11-13 Robert Suchanek
* lra.c (lra): Set lra_in_progress before check_rtl call.
* recog.c (insn_invalid_p): Add !lra_in_progress to prevent
adding clobber regs whe
On Wed, Nov 20, 2013 at 11:18:49AM -0700, Jeff Law wrote:
> >2013-11-13 Robert Suchanek
> >
> > * lra.c (lra): Set lra_in_progress before check_rtl call.
> > * recog.c (insn_invalid_p): Add !lra_in_progress to prevent
> > adding clobber regs when LRA is runnin
>Thanks. Vlad may not be available right now, and even if he is, he's
>probably typing one-handed.
>
>So I took care of installing this for you.
>
>Thanks,
>Jeff
Thanks!
Regards,
Robert
On 11/20/13 10:27, Robert Suchanek wrote:
Hi,
I'm pinging for the review of a patch.
Original post: http://gcc.gnu.org/ml/gcc-patches/2013-11/msg01608.html
The attached patch is slightly modified as the indentation was incorrect
and realised that after sending the email last time.
If the patc
Hi,
I'm pinging for the review of a patch.
Original post: http://gcc.gnu.org/ml/gcc-patches/2013-11/msg01608.html
The attached patch is slightly modified as the indentation was incorrect
and realised that after sending the email last time.
If the patch is OK, could someone commit the patch? I d
Hi,
This patch follows up the problem outlined here:
http://gcc.gnu.org/ml/gcc/2013-11/msg00152.html
The patch attached prevents adding clobbers when LRA is running
in insn_invalid_p function and lra_in_progress variable is being set
just before check_rtl call. This should stop modification of i