Allow 2 insns from sched group to issue in same cycle, if no stalls needed.
commit2bda4afa851cc004f55c6ddf2f3fb16724e2084f
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 11 Oct 2017 03:23:41 +0000 (11 03:23 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 11 Oct 2017 03:23:41 +0000 (11 03:23 +0000)
treeb694fe13b1d924eedb3c12f322ea83171115c328
parente9da975864b9a2150a735ee79b17a0a6e77ede8f
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@253628 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/haifa-sched.c