Re: [PATCH] doc: Add doc for RISC-V Operand Modifiers

2023-07-10 Thread Kito Cheng via Gcc-patches
thanks, pushed to trunk :) On Mon, Jul 10, 2023 at 10:33 PM Jeff Law via Gcc-patches wrote: > > > > On 7/10/23 08:19, Kito Cheng wrote: > > Document `z` and `i` operand modifiers, we have much more modifiers > > other than those two, but they are the only two implement on both > > GCC and LLVM, c

Re: [PATCH] doc: Add doc for RISC-V Operand Modifiers

2023-07-10 Thread Jeff Law via Gcc-patches
On 7/10/23 08:19, Kito Cheng wrote: Document `z` and `i` operand modifiers, we have much more modifiers other than those two, but they are the only two implement on both GCC and LLVM, consider the compatibility I would like to document those two first, and then review other modifiers later to

[PATCH] doc: Add doc for RISC-V Operand Modifiers

2023-07-10 Thread Kito Cheng via Gcc-patches
Document `z` and `i` operand modifiers, we have much more modifiers other than those two, but they are the only two implement on both GCC and LLVM, consider the compatibility I would like to document those two first, and then review other modifiers later to see if any other should expose and implem