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.
>
> gcc/testsuite/Chan
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
* gcc.target/s390/ifcvt-one
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 a