On Thu, Jan 16, 2025 at 8:25 PM Vladimir Makarov <vmaka...@redhat.com> wrote: > > The following patch solves > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118067 > > The patch was successfully tested and bootstrapped on x86_64, aarch64, and > ppc64le.
Unfortunately, the testcase still fails when -mtune=k8 is added to compile flags (this tune forces XMM->GPR moves to go through memory), please see Comment #9 in the PR for some further analysis. Thanks, Uros.