]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/ipa-fnsummary.cc
Convert remaining uses of value_range in ipa-*.cc to Value_Range.
authorAldy Hernandez <aldyh@redhat.com>
Mon, 22 May 2023 18:29:01 +0000 (20:29 +0200)
committerAldy Hernandez <aldyh@redhat.com>
Tue, 27 Jun 2023 09:25:48 +0000 (11:25 +0200)
commit3c52dff792878306515056ecd94c8aa909f388fb
tree7b50a0d372d9acf9e2dce6b0f4726d9a1c3f8d15
parent15819a7df1f673357b521daef6bda3c45c2ef49c
Convert remaining uses of value_range in ipa-*.cc to Value_Range.

Minor cleanups to get rid of value_range in IPA.  There's only one left,
but it's in the switch code which is integer specific.

gcc/ChangeLog:

* ipa-cp.cc (decide_whether_version_node): Adjust comment.
* ipa-fnsummary.cc (evaluate_conditions_for_known_args): Adjust
for Value_Range.
(set_switch_stmt_execution_predicate): Same.
* ipa-prop.cc (ipa_compute_jump_functions_for_edge): Same.
gcc/ipa-cp.cc
gcc/ipa-fnsummary.cc
gcc/ipa-prop.cc