Re: [PATCH] RISC-V: Allow immediates 17-31 for vector shift.

2023-08-18 Thread Jeff Law via Gcc-patches
On 8/18/23 13:37, Robin Dapp wrote: Hi, this patch adds a missing constraint check in order to be able to print (and not ICE) vector immediates 17-31 for vector shifts. Regards Robin gcc/ChangeLog: * config/riscv/riscv.cc (riscv_print_operand): gcc/testsuite/ChangeLog:

Re: [PATCH] RISC-V: Allow immediates 17-31 for vector shift.

2023-08-18 Thread Jeff Law via Gcc-patches
On 8/18/23 13:56, Palmer Dabbelt wrote: On Fri, 18 Aug 2023 12:37:06 PDT (-0700), rdapp@gmail.com wrote: Hi, this patch adds a missing constraint check in order to be able to print (and not ICE) vector immediates 17-31 for vector shifts. Regards  Robin gcc/ChangeLog: *

Re: [PATCH] RISC-V: Allow immediates 17-31 for vector shift.

2023-08-18 Thread Palmer Dabbelt
On Fri, 18 Aug 2023 12:37:06 PDT (-0700), rdapp@gmail.com wrote: Hi, this patch adds a missing constraint check in order to be able to print (and not ICE) vector immediates 17-31 for vector shifts. Regards Robin gcc/ChangeLog: * config/riscv/riscv.cc (riscv_print_operand):

[PATCH] RISC-V: Allow immediates 17-31 for vector shift.

2023-08-18 Thread Robin Dapp via Gcc-patches
Hi, this patch adds a missing constraint check in order to be able to print (and not ICE) vector immediates 17-31 for vector shifts. Regards Robin gcc/ChangeLog: * config/riscv/riscv.cc (riscv_print_operand): gcc/testsuite/ChangeLog: *