Re:[pushed] [PATCH v1] LoongArch: Remove duplicate definition of CLZ_DEFINED_VALUE_AT_ZERO.

2023-12-02 Thread chenglulu
Pushed to r14-6070. 在 2023/11/29 上午9:53, Xi Ruoyao 写道: On Tue, 2023-11-28 at 15:56 +0800, Li Wei wrote: In the r14-5547 commit, C[LT]Z_DEFINED_VALUE_AT_ZERO were defined at the same time, but in fact, CLZ_DEFINED_VALUE_AT_ZERO has already been defined, so remove the duplicate definition. gcc/C

Re: [PATCH v1] LoongArch: Remove duplicate definition of CLZ_DEFINED_VALUE_AT_ZERO.

2023-11-28 Thread Xi Ruoyao
On Tue, 2023-11-28 at 15:56 +0800, Li Wei wrote: > In the r14-5547 commit, C[LT]Z_DEFINED_VALUE_AT_ZERO were defined at > the same time, but in fact, CLZ_DEFINED_VALUE_AT_ZERO has already been > defined, so remove the duplicate definition. > > gcc/ChangeLog: > > * config/loongarch/loongarch

[PATCH v1] LoongArch: Remove duplicate definition of CLZ_DEFINED_VALUE_AT_ZERO.

2023-11-27 Thread Li Wei
In the r14-5547 commit, C[LT]Z_DEFINED_VALUE_AT_ZERO were defined at the same time, but in fact, CLZ_DEFINED_VALUE_AT_ZERO has already been defined, so remove the duplicate definition. gcc/ChangeLog: * config/loongarch/loongarch.h (CTZ_DEFINED_VALUE_AT_ZERO): Add description.