Commit 629c4e52 by Richard Biener Committed by Richard Biener

i386-features.c (convert_scalars_to_vector): Do not add the MD problem.

2019-08-28  Richard Biener  <rguenther@suse.de>

	* config/i386/i386-features.c (convert_scalars_to_vector): Do not
	add the MD problem.

From-SVN: r274990
parent 13668284
2019-08-28 Richard Biener <rguenther@suse.de>
* config/i386/i386-features.c (convert_scalars_to_vector): Do not
add the MD problem.
2019-09-28 Bernd Edlinger <bernd.edlinger@hotmail.de> 2019-09-28 Bernd Edlinger <bernd.edlinger@hotmail.de>
Richard Biener <rguenther@suse.de> Richard Biener <rguenther@suse.de>
......
...@@ -1564,7 +1564,6 @@ convert_scalars_to_vector (bool timode_p) ...@@ -1564,7 +1564,6 @@ convert_scalars_to_vector (bool timode_p)
calculate_dominance_info (CDI_DOMINATORS); calculate_dominance_info (CDI_DOMINATORS);
df_set_flags (DF_DEFER_INSN_RESCAN); df_set_flags (DF_DEFER_INSN_RESCAN);
df_chain_add_problem (DF_DU_CHAIN | DF_UD_CHAIN); df_chain_add_problem (DF_DU_CHAIN | DF_UD_CHAIN);
df_md_add_problem ();
df_analyze (); df_analyze ();
/* Find all instructions we want to convert into vector mode. */ /* Find all instructions we want to convert into vector mode. */
......
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