]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree-optimization/73550 - more switch handling improvements for uninit
authorRichard Biener <rguenther@suse.de>
Wed, 31 Aug 2022 06:52:58 +0000 (08:52 +0200)
committerRichard Biener <rguenther@suse.de>
Wed, 31 Aug 2022 11:03:43 +0000 (13:03 +0200)
commit0cf736575286f841f6144bd58b981c269652b82e
tree1efb5a48ded3774780b28feac77e5c0e8c1845a7
parentb911ca4231a366ddfd026f190b126bd517f4e640
tree-optimization/73550 - more switch handling improvements for uninit

The following makes predicate analysis handle case labels with
a non-singleton contiguous range.

PR tree-optimization/73550
* gimple-predicate-analysis.cc (predicate::init_from_control_deps):
Sanitize debug dumping.  Handle case labels with a CASE_HIGH.
(predicate::dump): Adjust for better readability.
gcc/gimple-predicate-analysis.cc