I just tested with 470da3b27e6dbeb3286b09dcb1c1b810ac75b276 and the issues
still happens. I have opened
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56
On 24/08/23 16:12, Maxim Kuvyrkov wrote:
> Hi Richard,
>
> Your patch below ICEs on aarch64-linux-gnu. Should reproduce easily on
> nativ
> On Aug 25, 2023, at 19:18, ci_not...@linaro.org wrote:
>
> Dear contributor, our automatic CI has detected problems related to your
> patch.
> Please find below some details about it. If you have any questions, please
> follow up on linaro-toolchain@lists.linaro.org mailing list.
>
> In CI co
* Maxim Kuvyrkov:
>> On Aug 25, 2023, at 19:18, ci_not...@linaro.org wrote:
>>
>> Dear contributor, our automatic CI has detected problems related to your
>> patch.
>> Please find below some details about it. If you have any questions, please
>> follow up on linaro-toolchain@lists.linaro.org ma
Hi Andrew,
Your patch caused a regression [1] on aarch64-linux-gnu. Would you
please investigate? I did a quick analysis and it seems that the
expected 18 for aarch64 is now 17:
$ grep "Jumps threaded" a-ssa-dom-thread-7.c.197t.thread2
Jumps threaded: 17
Let me know if you need any assistance i
Copying Aldy for the jump threading expertise.
This change can cause improvements much earlier in the optimization
pipeline, especially when it comes to PHI nodes. Many of those threading
tests are finicky about the IL coming in. If we do a better job
optimizing earlier, an opportunity that us
Hello,
# TCWG CI
- GCC regression GNU-884: Prathamesh confirmed that the new generated
code is better so I posted a patch adjusting the testcase.
- GCC regression GNU-885: Confirmed that the problem is still present in
trunk as of commit 829c0c06fe7b from yesterday, so opened bugzilla
11