tree-optimization/73550 - apply MAX_NUM_CHAINS consistently
authorRichard Biener <rguenther@suse.de>
Tue, 30 Aug 2022 12:37:23 +0000 (14:37 +0200)
committerRichard Biener <rguenther@suse.de>
Tue, 30 Aug 2022 13:38:19 +0000 (15:38 +0200)
commitce776225249d99b089d02424b9472811a6bbd7f5
tree06bb02b187ddfd4f037bb4dd91829d224cdcd885
parent28b5311203fa2a691a1ed980ffa6d5ff607485b1
tree-optimization/73550 - apply MAX_NUM_CHAINS consistently

The MAX_NUM_CHAINS is applied once with <= and once with < which
results in the chains not limited but analyis dropped completely.
That's one issue in the PR.

PR tree-optimization/73550
* gimple-predicate-analysis.cc (predicate::init_from_control_deps):
Do not apply MAX_NUM_CHAINS again.
gcc/gimple-predicate-analysis.cc