]> gcc.gnu.org Git - gcc.git/commit
Limit ranger query in ipa-prop.cc to integrals.
authorAldy Hernandez <aldyh@redhat.com>
Tue, 2 Aug 2022 10:14:22 +0000 (12:14 +0200)
committerAldy Hernandez <aldyh@redhat.com>
Tue, 2 Aug 2022 12:50:25 +0000 (14:50 +0200)
commite9f5b4fa4f2c93ef76e3766b3edabfaebc100741
treef3022a8ae5525ddebf8f2ab1c19eafdd832cec6f
parent5e4f26441bdc89e95f0c257bc6649eed0142b939
Limit ranger query in ipa-prop.cc to integrals.

ipa-* still works on legacy value_range's which only support
integrals.  This patch limits the query to integrals, as to not get a
floating point range that can't exist in an irange.

gcc/ChangeLog:

* ipa-prop.cc (ipa_compute_jump_functions_for_edge): Limit ranger
query to integrals.
gcc/ipa-prop.cc
This page took 0.060473 seconds and 6 git commands to generate.