mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 19:51:34 +08:00
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
This commit is contained in:
parent
13668284c9
commit
629c4e52e4
@ -1,3 +1,8 @@
|
||||
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>
|
||||
Richard Biener <rguenther@suse.de>
|
||||
|
||||
|
@ -1564,7 +1564,6 @@ convert_scalars_to_vector (bool timode_p)
|
||||
calculate_dominance_info (CDI_DOMINATORS);
|
||||
df_set_flags (DF_DEFER_INSN_RESCAN);
|
||||
df_chain_add_problem (DF_DU_CHAIN | DF_UD_CHAIN);
|
||||
df_md_add_problem ();
|
||||
df_analyze ();
|
||||
|
||||
/* Find all instructions we want to convert into vector mode. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user