On 11/15/23 14:15, Juergen Christ wrote:
> Issue two loads when using GPRs instead of one load-multiple.
> 
> Bootstrapped and tested on s390.  OK for mainline?
> 
> gcc/ChangeLog:
> 
>       * config/s390/s390.md: Split TImode loads.
> 
> gcc/testsuite/ChangeLog:
> 
>       * gcc.target/s390/int128load.c: New test.
> 
> Signed-off-by: Juergen Christ <jchr...@linux.ibm.com>

Since the testcase is using __int128 it needs to be gated like this to prevent 
it from being tested
with -m31:

/* { dg-do compile { target int128 } } */

Committed to mainline with that change. Thanks!

Andreas

Reply via email to