diff options
author | Richard Biener <rguenther@suse.de> | 2022-06-28 12:07:14 +0200 |
---|---|---|
committer | Richard Biener <rguenther@suse.de> | 2022-06-28 13:13:34 +0200 |
commit | 8354d0abeb7646e109b2fb982afbc253644b0925 (patch) | |
tree | d7c2e6130e2d3182977ff613c6a22d8fd3c823c2 /libphobos/libdruntime/gcc | |
parent | 07f49e855b50d06181b08aa2498e631be27e8055 (diff) | |
download | gcc-8354d0abeb7646e109b2fb982afbc253644b0925.zip gcc-8354d0abeb7646e109b2fb982afbc253644b0925.tar.gz gcc-8354d0abeb7646e109b2fb982afbc253644b0925.tar.bz2 |
Speedup loop splitting SSA update
Since we never process loops with inner loops that have been split
we can delay SSA update until after the pass is done with the whole
loop, avoiding the O(function-size) work associated with it.
2022-06-28 Richard Biener <rguenther@suse.de>
* tree-ssa-loop-split.cc (fix_loop_bb_probability): Do not
call update_ssa.
Diffstat (limited to 'libphobos/libdruntime/gcc')
0 files changed, 0 insertions, 0 deletions