[Bug tree-optimization/106881] [13 Regression] ice in init_from_control_deps, at gimple-predicate-analysis.cc:1740 since r13-2500-g0a4a2667dc115ca7
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Sep 9 09:48:17 GMT 2022
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106881
--- Comment #13 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Richard Biener <rguenth@gcc.gnu.org>:
https://gcc.gnu.org/g:923da63e0f69b091014df5cc91498756053b1a46
commit r13-2557-g923da63e0f69b091014df5cc91498756053b1a46
Author: Richard Biener <rguenther@suse.de>
Date: Fri Sep 9 09:56:45 2022 +0200
tree-optimization/106881 - fix simple_control_dep_chain part
This adjusts simple_control_dep_chain in the same way I adjusted
compute_control_dep_chain_pdom to avoid adding fallthru edges to
the predicate chain.
PR tree-optimization/106881
* gimple-predicate-analysis.cc (simple_control_dep_chain):
Add only non-fallthru edges and avoid the same set of edges
as compute_control_dep_chain_pdom does.
More information about the Gcc-bugs
mailing list