Re: [PATCH] RISC-V: Fix a typo in zce to zcf implication

2025-01-20 Thread Yuriy Kolerov
: Artemiy Volkov ; Robin Dapp Subject: Re: [PATCH] RISC-V: Fix a typo in zce to zcf implication > zce must imply zcf but this rule was corrupted after > refactoring in this commit: > > 9e12010b5e724277ea44c300630802f464407d8d > > gcc/ChangeLog: > >* common/config/ri

Re: [PATCH] RISC-V: Fix a typo in zce to zcf implication

2025-01-20 Thread Robin Dapp
> zce must imply zcf but this rule was corrupted after > refactoring in this commit: > > 9e12010b5e724277ea44c300630802f464407d8d > > gcc/ChangeLog: > > * common/config/riscv/riscv-common.cc: fix zce to zcf > implication. Thanks, looks reasonable but please add a test case as it's clea

[PATCH] RISC-V: Fix a typo in zce to zcf implication

2025-01-19 Thread Yuriy Kolerov
zce must imply zcf but this rule was corrupted after refactoring in this commit: 9e12010b5e724277ea44c300630802f464407d8d gcc/ChangeLog: * common/config/riscv/riscv-common.cc: fix zce to zcf implication. Signed-off-by: Yuriy Kolerov --- gcc/common/config/riscv/riscv-common.cc