Re: [PATCH 0/7] S/390: Rework instruction scheduling.

2019-03-12 Thread Andreas Krebbel
On 12.03.19 11:00, Robin Dapp wrote: >> Please adjust the year and the author in gcc/config/s390/3906.md. Ok with >> that change. > > Changed that and also simplified the longrunning checks. > > gcc/ChangeLog: > > 2019-03-12 Robin Dapp > > * config/s390/s390.c (LONGRUNNING_THRESHOLD

Re: [PATCH 0/7] S/390: Rework instruction scheduling.

2019-03-12 Thread Robin Dapp
> Please adjust the year and the author in gcc/config/s390/3906.md. Ok with > that change. Changed that and also simplified the longrunning checks. gcc/ChangeLog: 2019-03-12 Robin Dapp * config/s390/s390.c (LONGRUNNING_THRESHOLD): Remove. (s390_is_fpd): Add. (s390_is

Re: [PATCH 0/7] S/390: Rework instruction scheduling.

2019-03-11 Thread Andreas Krebbel
On 11.03.19 13:53, Robin Dapp wrote: > Hi, > > this patch set adds new pipeline descriptions for z13 and z14. Based > on that, the scoring and some properties are handled differently in > the scheduler hooks. > > Regards > Robin > > Robin Dapp (7): > S/390: Change z13 pipeline description. >