commit | 607f92597c3047d7813a981450a7493bca014324 | [log] [tgz] |
---|---|---|
author | Richard Biener <rguenther@suse.de> | Thu Mar 20 15:08:33 2025 +0100 |
committer | Richard Biener <rguenth@gcc.gnu.org> | Thu Mar 20 19:08:02 2025 +0100 |
tree | 3c62bce78c8bb79038289c152eaf17782e5d6ddd | |
parent | 8b13fc68a10fc57ed5d995c55b0a79e0141e6b81 [diff] |
tree-optimization/119389 - limit edge processing in dominated_by_p_w_unex The following removes quadraticness when visiting each predecessor of a large CFG merge with dominated_by_p_w_unex. PR tree-optimization/119389 * tree-ssa-sccvn.cc (dominated_by_p_w_unex): Limit the number of predecessors of a CFG merge we try to skip.