Hi,
Gently ping this:
https://gcc.gnu.org/pipermail/gcc-patches/2024-March/647533.html
Thanks
Gui Haochen
在 2024/3/18 17:10, HAO CHEN GUI 写道:
> Hi,
> Gently ping this:
> https://gcc.gnu.org/pipermail/gcc-patches/2024-March/647533.html
>
> Thanks
> Gui Haochen
>
> 在 2024/3/11 13:41, HAO CHEN
On 3/10/24 11:41 PM, HAO CHEN GUI wrote:
Hi,
This patch tries to fix the problem when a canonical form doesn't benefit
on a specific target. The const operand of AND is and with the nonzero
bits of another operand in combine pass. It's a canonical form, but it's no
benefits for the target w
Hi,
Gently ping this:
https://gcc.gnu.org/pipermail/gcc-patches/2024-March/647533.html
Thanks
Gui Haochen
在 2024/3/11 13:41, HAO CHEN GUI 写道:
> Hi,
> This patch tries to fix the problem when a canonical form doesn't benefit
> on a specific target. The const operand of AND is and with the nonz
Hi,
This patch tries to fix the problem when a canonical form doesn't benefit
on a specific target. The const operand of AND is and with the nonzero
bits of another operand in combine pass. It's a canonical form, but it's no
benefits for the target which has rotate and mask insns. As the mask is