Re: [PATCH] S/390: Add loc patterns for QImode and HImode

2018-10-26 Thread Andreas Krebbel
On 10/26/18 5:33 PM, Robin Dapp wrote: > Hi, > > this is v2 of the patch with less quirky pattern syntax and two tests. > > Regards > Robin > > -- > > gcc/ChangeLog: > > 2018-10-26 Robin Dapp > > * config/s390/s390.md: QImode and HImode for load on condition. > >

Re: [PATCH] S/390: Add loc patterns for QImode and HImode

2018-10-26 Thread Robin Dapp
Hi, this is v2 of the patch with less quirky pattern syntax and two tests. Regards Robin -- gcc/ChangeLog: 2018-10-26 Robin Dapp * config/s390/s390.md: QImode and HImode for load on condition. gcc/testsuite/ChangeLog: 2018-10-26 Robin Dapp *

[PATCH] S/390: Add loc patterns for QImode and HImode

2018-10-18 Thread Robin Dapp
Hi, this enables QImode and HImode for load on condition. For SPEC2006 this reduces code size overall, performance impact is negligible. Regtested on s390x. Regards Robin -- gcc/ChangeLog: 2018-10-18 Robin Dapp * config/s390/s390.md: Add movcc for QImode and HImode. diff --git