public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH][Modulo-sched] Add use-def chain problem
@ 2007-10-27 16:10 Revital1 Eres
  0 siblings, 0 replies; only message in thread
From: Revital1 Eres @ 2007-10-27 16:10 UTC (permalink / raw)
  To: gcc-patches; +Cc: zadeck, Ayal Zaks, seongbae


Hello,

This patch adds use-def chain problem to SMS as described in -
http://gcc.gnu.org/ml/gcc/2007-10/msg00368.html

Bootstrapped and tested on SPU and x86. Currently testing it on ppc
(only c,c++ and fortran due to recent errors in libjava).

:ADDPATCH modulo-sched:

OK for mainline once the testing completes?

Thanks,
Revital

Changelog:

        * modulo-sched.c (sms_schedule): Add DF_UD_CHAIN problem.

Index: modulo-sched.c
===================================================================
--- modulo-sched.c      (revision 129575)
+++ modulo-sched.c      (working copy)
@@ -902,7 +902,7 @@
   df_set_flags (DF_LR_RUN_DCE);
   df_rd_add_problem ();
   df_note_add_problem ();
-  df_chain_add_problem (DF_DU_CHAIN);
+  df_chain_add_problem (DF_DU_CHAIN + DF_UD_CHAIN);
   df_analyze ();
   regstat_compute_calls_crossed ();
   sched_init ();

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-10-27 15:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-27 16:10 [PATCH][Modulo-sched] Add use-def chain problem Revital1 Eres

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).