Re: [PATCH 05/11] riscv: Simplify output of MEM addresses

2023-04-28 Thread Kito Cheng via Gcc-patches
LGTM, thanks :) On Fri, Apr 28, 2023 at 2:13 PM Christoph Muellner wrote: > > From: Christoph Müllner > > We have the following situation for MEM RTX objects: > * TARGET_PRINT_OPERAND expands to riscv_print_operand() > * This falls into the default case (unknown or on letter) of the outer > sw

[PATCH 05/11] riscv: Simplify output of MEM addresses

2023-04-27 Thread Christoph Muellner
From: Christoph Müllner We have the following situation for MEM RTX objects: * TARGET_PRINT_OPERAND expands to riscv_print_operand() * This falls into the default case (unknown or on letter) of the outer switch-case-block and the MEM case of the inner switch-case-block and calls output_addres