This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r272843 - in /trunk/gcc: ChangeLog passes.def t...
- From: rguenth at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Mon, 01 Jul 2019 07:54:38 -0000
- Subject: r272843 - in /trunk/gcc: ChangeLog passes.def t...
Author: rguenth
Date: Mon Jul 1 07:54:38 2019
New Revision: 272843
URL: https://gcc.gnu.org/viewcvs?rev=272843&root=gcc&view=rev
Log:
2019-07-01 Richard Biener <rguenther@suse.de>
* tree-ssa-sccvn.c (class pass_fre): Add may_iterate
pass parameter.
(pass_fre::execute): Honor it.
* passes.def: Adjust pass_fre invocations to allow iterating,
add non-iterating pass_fre before late threading/dom.
* gcc.dg/tree-ssa/pr77445-2.c: Adjust.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/passes.def
trunk/gcc/testsuite/ChangeLog
trunk/gcc/testsuite/gcc.dg/tree-ssa/pr77445-2.c
trunk/gcc/tree-ssa-sccvn.c