Re: [PATCH 26/56] disas/riscv: Drop always true branch psudeos
Philippe Mathieu-Daudé <[email protected]>
| Newsgroups | org.nongnu.qemu-devel,org.nongnu.qemu-riscv |
|---|---|
| Message-ID | <[email protected]> |
On 10/8/26 00:35, Richard Henderson wrote: > The real insns are blt, bge, bltu, bgeu. Do not include > psuedos that unconditionally swap operands. That's fine Typo "pseudos" (also in $subject), otherwise: Reviewed-by: Philippe Mathieu-Daudé <[email protected]> > for an assembler but not a disassembler. > > Signed-off-by: Richard Henderson <[email protected]> > --- > disas/riscv.c | 32 ++++++-------------------------- > 1 file changed, 6 insertions(+), 26 deletions(-)