Re: [pushed][PATCH] LoongArch: Remove the definition of CASE_VECTOR_SHORTEN_MODE.

2025-07-27 Thread Lulu Cheng
Pushed to r16-2571. 在 2025/7/24 下午7:35, Lulu Cheng 写道: On LoongArch, the switch jump-table always stores absolute addresses, so there is no need to define the macro CASE_VECTOR_SHORTEN_MODE. gcc/ChangeLog: * config/loongarch/loongarch.h (CASE_VECTOR_SHORTEN_MODE): Delete. ---

[PATCH] LoongArch: Remove the definition of CASE_VECTOR_SHORTEN_MODE.

2025-07-24 Thread Lulu Cheng
On LoongArch, the switch jump-table always stores absolute addresses, so there is no need to define the macro CASE_VECTOR_SHORTEN_MODE. gcc/ChangeLog: * config/loongarch/loongarch.h (CASE_VECTOR_SHORTEN_MODE): Delete. --- gcc/config/loongarch/loongarch.h | 2 -- 1 file changed,