"Robin Dapp" writes:
>> OK, thanks.
>>
>> Richard
>
> The issue is also present on GCC 14 as well and the patch applies cleanly.
> Regtested on rv64gcv_zvl512b. To make it explicit: OK to backport to 14?
Yes, thanks.
Richard
> OK, thanks.
>
> Richard
The issue is also present on GCC 14 as well and the patch applies cleanly.
Regtested on rv64gcv_zvl512b. To make it explicit: OK to backport to 14?
--
Regards
Robin
"Robin Dapp" writes:
> Hi,
>
> in PR118140 we simplify
>
> _ifc__33 = .COND_IOR (_41, d_lsm.7_11, _46, d_lsm.7_11);
>
> to "1":
>
> Match-and-simplified .COND_IOR (_41, d_lsm.7_11, _46, d_lsm.7_11) to 1
>
> when _46 == 1. This happens by removing the conditional and applying
> a | 1 = 1. Nor
Hi,
in PR118140 we simplify
_ifc__33 = .COND_IOR (_41, d_lsm.7_11, _46, d_lsm.7_11);
to "1":
Match-and-simplified .COND_IOR (_41, d_lsm.7_11, _46, d_lsm.7_11) to 1
when _46 == 1. This happens by removing the conditional and applying
a | 1 = 1. Normally we re-introduce the conditional and