]> gcc.gnu.org Git - gcc.git/commit
Remove cycle checking from compute_control_dep_chain
authorRichard Biener <rguenther@suse.de>
Thu, 1 Sep 2022 11:28:08 +0000 (13:28 +0200)
committerRichard Biener <rguenther@suse.de>
Thu, 1 Sep 2022 13:06:28 +0000 (15:06 +0200)
commit47e15513c9e581ef04ad25fb0d561a45d345edd1
treed8af15a8e1c5afdc3cf7fd873e1874fcfab42d57
parente75398ac9f06d67cffe495a150e2b27064f3971d
Remove cycle checking from compute_control_dep_chain

Now that we have DFS_BACK_EDGE marks we can simply avoid walking
those instead of repeatedly looking for a cycle on the current chain.

* gimple-predicate-analysis.cc (compute_control_dep_chain):
Remove cycle detection, instead avoid walking backedges.
gcc/gimple-predicate-analysis.cc
This page took 0.060142 seconds and 5 git commands to generate.