Allow 2 insns from sched group to issue in same cycle, if no stalls needed.
commite9593da8cc07949e85354d1ff316438e63be076d
authorJames E Wilson <wilson@tuliptree.org>
Wed, 11 Oct 2017 03:23:41 +0000 (10 20:23 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Wed, 11 Oct 2017 03:23:41 +0000 (10 20:23 -0700)
treeb694fe13b1d924eedb3c12f322ea83171115c328
parent9ef8d30e92371923a3f5e0c788fc93604f02ccb7
Allow 2 insns from sched group to issue in same cycle, if no stalls needed.

gcc/
PR rtl-optimization/81434
* haifa-sched.c (prune_ready_list): Init min_cost_group to 0.  Update
comment for main loop.  In sched_group_found if, also add checks for
pass and min_cost_group.

From-SVN: r253628
gcc/ChangeLog
gcc/haifa-sched.c