aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/parser.cc
diff options
context:
space:
mode:
authorPatrick O'Neill <patrick@rivosinc.com>2024-08-21 23:48:24 -0700
committerPatrick O'Neill <patrick@rivosinc.com>2024-08-27 10:01:08 -0700
commitc89038c7ae8bba7160ae2963647ce90171b5dd2c (patch)
tree17c98f9200e5005b57cf957a988629cada597db8 /gcc/cp/parser.cc
parent37c21d4c6ad0afe2aacdd6384b9efa96f5754169 (diff)
downloadgcc-c89038c7ae8bba7160ae2963647ce90171b5dd2c.zip
gcc-c89038c7ae8bba7160ae2963647ce90171b5dd2c.tar.gz
gcc-c89038c7ae8bba7160ae2963647ce90171b5dd2c.tar.bz2
RISC-V: Fix vid const vector expander for non-npatterns size steps
Prior to this patch the expander would emit vectors like: { 0, 0, 5, 5, 10, 10, ...} as: { 0, 0, 2, 2, 4, 4, ...} This patch sets the step size to the requested value. gcc/ChangeLog: * config/riscv/riscv-v.cc (expand_const_vector): Fix STEP size in expander. Signed-off-by: Patrick O'Neill <patrick@rivosinc.com>
Diffstat (limited to 'gcc/cp/parser.cc')
0 files changed, 0 insertions, 0 deletions