Commit 22c7e146 by Revital Eres Committed by Revital Eres

SMS: Add use-def chain problem

From-SVN: r129721
parent 640670c7
2007-10-29 Revital Eres <eres@il.ibm.com>
* modulo-sched.c (sms_schedule): Add DF_UD_CHAIN problem.
2007-10-29 Razya Ladelsky 2007-10-29 Razya Ladelsky
Automatic parallelization reduction tests. Automatic parallelization reduction tests.
...@@ -902,7 +902,7 @@ sms_schedule (void) ...@@ -902,7 +902,7 @@ sms_schedule (void)
df_set_flags (DF_LR_RUN_DCE); df_set_flags (DF_LR_RUN_DCE);
df_rd_add_problem (); df_rd_add_problem ();
df_note_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 (); df_analyze ();
regstat_compute_calls_crossed (); regstat_compute_calls_crossed ();
sched_init (); sched_init ();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment