2018-11-22 Richard Biener <rguenther@suse.de>
PR tree-optimization/88069
* tree-ssa-sccvn.c (visit_phi): Tweak previous fix to not
apply to default defs.
From-SVN: r266371
+2018-11-22 Richard Biener <rguenther@suse.de>
+
+ PR tree-optimization/88069
+ * tree-ssa-sccvn.c (visit_phi): Tweak previous fix to not
+ apply to default defs.
+
2018-11-22 Jakub Jelinek <jakub@redhat.com>
PR target/85644
given that allows us to escape a region in alias walking. */
|| (sameval
&& TREE_CODE (sameval) == SSA_NAME
+ && !SSA_NAME_IS_DEFAULT_DEF (sameval)
&& SSA_NAME_IS_VIRTUAL_OPERAND (sameval)
&& (SSA_VAL (sameval, &visited_p), !visited_p)))
/* Note this just drops to VARYING without inserting the PHI into