Re: [PATCH] RISC-V: Document optimization parameter riscv-strcmp-inline-limit

2023-12-04 Thread Christoph Müllner
On Mon, Dec 4, 2023 at 4:46 AM Kito Cheng wrote: > > Wait, I got this on my machine? > > ../../../../riscv-gnu-toolchain-trunk/gcc/gcc/doc/invoke.texi:29774: > misplaced } > ../../../../riscv-gnu-toolchain-trunk/gcc/gcc/doc/invoke.texi:29786: > misplaced } @{n} should be @var{n}. I was too

Re: [PATCH] RISC-V: Document optimization parameter riscv-strcmp-inline-limit

2023-12-03 Thread Kito Cheng
Wait, I got this on my machine? ../../../../riscv-gnu-toolchain-trunk/gcc/gcc/doc/invoke.texi:29774: misplaced } ../../../../riscv-gnu-toolchain-trunk/gcc/gcc/doc/invoke.texi:29786: misplaced } On Mon, Dec 4, 2023 at 10:43 AM Kito Cheng wrote: > > LGTM > > On Sun, Dec 3, 2023 at 5:16 AM

Re: [PATCH] RISC-V: Document optimization parameter riscv-strcmp-inline-limit

2023-12-03 Thread Kito Cheng
LGTM On Sun, Dec 3, 2023 at 5:16 AM Christoph Müllner < christoph.muell...@vrull.eu> wrote: > This patch documents the optimization parameter > riscv-strcmp-inline-limit, which can be used to tweak the behaviour > of -minline-strcmp and -minline-strncmp. > > gcc/ChangeLog: > > PR

[PATCH] RISC-V: Document optimization parameter riscv-strcmp-inline-limit

2023-12-02 Thread Christoph Müllner
This patch documents the optimization parameter riscv-strcmp-inline-limit, which can be used to tweak the behaviour of -minline-strcmp and -minline-strncmp. gcc/ChangeLog: PR target/112650 * doc/invoke.texi: Document riscv-strcmp-inline-limit. Signed-off-by: Christoph Müllner