Allow all types supported by ranger in loop-ch.
authorAldy Hernandez <aldyh@redhat.com>
Mon, 27 Jun 2022 18:50:03 +0000 (20:50 +0200)
committerAldy Hernandez <aldyh@redhat.com>
Tue, 28 Jun 2022 11:00:45 +0000 (13:00 +0200)
commit88417d77fec57c9d15ac2864b37e84eee575a781
treedca0260ceb932a3773749230259110e2d22b6dd3
parenta3ca1fc5f409e257e9fb9a8165bb4a7068ddebbe
Allow all types supported by ranger in loop-ch.

This converts the ranger use in loop-ch to allow any types allowed by
the ranger infrastructure.  Since the range of a GIMPLE_COND is always an
integer we can remove the check because the only temporary is already
an int_range.

gcc/ChangeLog:

* tree-ssa-loop-ch.cc (entry_loop_condition_is_static): Remove
irange::supports_p.
gcc/tree-ssa-loop-ch.cc