Unify MAX_POSTDOM_CHECK and --param uninit-control-dep-attempts
authorRichard Biener <rguenther@suse.de>
Mon, 5 Sep 2022 12:21:01 +0000 (14:21 +0200)
committerRichard Biener <rguenther@suse.de>
Mon, 5 Sep 2022 13:15:03 +0000 (15:15 +0200)
commite9ea2688271bd0b4319bdfb1fc852169ab3cf076
tree6854e38bfeb8aaa734d3d1891e231e8022d73a18
parent5642197cc239942718c95d1f117bc6977cdeec3d
Unify MAX_POSTDOM_CHECK and --param uninit-control-dep-attempts

The following unifies both limits, in particular the MAX_POSTDOM_CHECK
tends to be too low and is not user-controllable.

* gimple-predicate-analysis.cc (MAX_POSTDOM_CHECK): Remove.
(compute_control_dep_chain): Move uninit-control-dep-attempts
checking where it also counts the post-dominator check
invocations.
gcc/gimple-predicate-analysis.cc