Re: [pushed]PR118067][LRA]: Use the right mode to evaluate secondary memory reload

2025-01-16 Thread Uros Bizjak
On Thu, Jan 16, 2025 at 8:25 PM Vladimir Makarov 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

[pushed]PR118067][LRA]: Use the right mode to evaluate secondary memory reload

2025-01-16 Thread Vladimir Makarov
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. commit d9835825b3d7193b3d6669174f4386be2cb1 Author: Vladimir N. Makarov Date: Thu Jan 16 12:17:31 2025 -0500 [PR118067