re PR tree-optimization/93199 (Compile time hog in sink_clobbers)
authorRichard Biener <rguenther@suse.de>
Fri, 10 Jan 2020 11:23:53 +0000 (11:23 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 10 Jan 2020 11:23:53 +0000 (11:23 +0000)
commit734efcdda91645d6425f584b39362cf0c3af2587
treea10a2ca745e6a7d0835082eba4315b24a8bcc059
parent5eaf0c498f718f60591b06fa81fc51ace6a16c01
re PR tree-optimization/93199 (Compile time hog in sink_clobbers)

2020-01-10  Richard Biener  <rguenther@suse.de>

PR middle-end/93199
* tree-eh.c (sink_clobbers): Move clobbers to out-of-IL
sequences to avoid walking them again for secondary opportunities.
(pass_lower_eh_dispatch::execute): Instead actually insert
them here.

From-SVN: r280102
gcc/ChangeLog
gcc/tree-eh.c