re PR target/89578 (5% runtime regression for 481.wrf at -Ofast -flto)
authorRichard Biener <rguenther@suse.de>
Fri, 8 Mar 2019 10:20:12 +0000 (10:20 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 8 Mar 2019 10:20:12 +0000 (10:20 +0000)
commit94ec37a909697bbf29db73278c77621ccdf60693
treeb688ace11870b78027045997e18c5e38315eddb7
parent5d1504d42af6b12efeb83a2056424ceb1512961f
re PR target/89578 (5% runtime regression for 481.wrf at -Ofast -flto)

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

PR middle-end/89578
* cfgloop.h (struct loop): Add owned_clique field.
* cfgloopmanip.c (copy_loop_info): Copy it.
* tree-cfg.c (gimple_duplicate_bb): Do not remap owned_clique
cliques.
* tree-inline.c (copy_loops): Remap owned_clique.
* lto-streamer-in.c (input_cfg): Stream owned_clique.
* lto-streamer-out.c (output_cfg): Likewise.

From-SVN: r269484
gcc/ChangeLog
gcc/cfgloop.h
gcc/cfgloopmanip.c
gcc/lto-streamer-in.c
gcc/lto-streamer-out.c
gcc/tree-cfg.c
gcc/tree-inline.c