On 10/26/18 5:31 PM, Robin Dapp wrote: > Hi, > > this is v2 of the patch. The Z13 check has been moved from the > predicate to the expander. In addition, it changes a test case to > always run with -march=zEC12 because from z13 on the load immediate on > condition will prevent loop hoisting that the test requires. > > Regards > Robin > > -- > > gcc/ChangeLog: > > 2018-10-26 Robin Dapp <rd...@linux.ibm.com> > > * config/s390/predicates.md: Fix typo. > * config/s390/s390.md: Allow immediates for load on condition. > > gcc/testsuite/ChangeLog: > > 2018-10-26 Robin Dapp <rd...@linux.ibm.com> > > * gcc.dg/loop-8.c: On s390, always run the test with -march=zEC12. >
Ok. Thanks! Andreas