public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [google] Backport r178995 from trunk to google/gcc-4_6 (issue5075046)
@ 2011-09-21  8:11 Guozhi Wei
  2011-09-21 18:11 ` Diego Novillo
  0 siblings, 1 reply; 2+ messages in thread
From: Guozhi Wei @ 2011-09-21  8:11 UTC (permalink / raw)
  To: reply, dnovillo, gcc-patches

Hi

This patch fixed PR 49452, thus decreased 30+ dejaGNU failures for target arm.

Tested with buildit and arm regression testing on qemu.

OK for google/gcc-4_6?

thanks
Carrot

ChangeLog
2011-09-21  Guozhi Wei  <carrot@google.com>

	Backport r178995 from trunk.

	2011-09-20  Wei Guozhi  <carrot@google.com>

		PR rtl-optimization/49452
		* postreload.c (reload_combine): Invalidate use information when
		across volatile insn.


Index: postreload.c
===================================================================
--- postreload.c	(revision 178989)
+++ postreload.c	(working copy)
@@ -1310,7 +1310,8 @@ reload_combine (void)
 	 is and then later disable any optimization that would cross it.  */
       if (LABEL_P (insn))
 	last_label_ruid = reload_combine_ruid;
-      else if (BARRIER_P (insn))
+      else if (BARRIER_P (insn)
+	       || (INSN_P (insn) && volatile_insn_p (PATTERN (insn))))
 	for (r = 0; r < FIRST_PSEUDO_REGISTER; r++)
 	  if (! fixed_regs[r])
 	      reg_state[r].use_index = RELOAD_COMBINE_MAX_USES;



--
This patch is available for review at http://codereview.appspot.com/5075046

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [google] Backport r178995 from trunk to google/gcc-4_6 (issue5075046)
  2011-09-21  8:11 [google] Backport r178995 from trunk to google/gcc-4_6 (issue5075046) Guozhi Wei
@ 2011-09-21 18:11 ` Diego Novillo
  0 siblings, 0 replies; 2+ messages in thread
From: Diego Novillo @ 2011-09-21 18:11 UTC (permalink / raw)
  To: Guozhi Wei; +Cc: reply, gcc-patches

On Wed, Sep 21, 2011 at 02:24, Guozhi Wei <carrot@google.com> wrote:

> 2011-09-21  Guozhi Wei  <carrot@google.com>
>
>        Backport r178995 from trunk.
>
>        2011-09-20  Wei Guozhi  <carrot@google.com>
>
>                PR rtl-optimization/49452
>                * postreload.c (reload_combine): Invalidate use information when
>                across volatile insn.

OK.


Diego.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-09-21 17:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-21  8:11 [google] Backport r178995 from trunk to google/gcc-4_6 (issue5075046) Guozhi Wei
2011-09-21 18:11 ` Diego Novillo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).