Skip to content

Commit 2fa36eb

Browse files
fixup! arcv: add scheduling information for the Synopsys RMX-100 CPU
1 parent 81c966d commit 2fa36eb

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

gcc/config/riscv/riscv.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -690,6 +690,8 @@ static const struct riscv_tune_param arcv_rmx100_tune_info = {
690690
false, /* vector_unaligned_access */
691691
false, /* use_divmod_expansion */
692692
false, /* overlap_op_by_pieces */
693+
true, /* use_zero_stride_load */
694+
false, /* speculative_sched_vsetvl */
693695
RISCV_FUSE_NOTHING, /* fusible_ops */
694696
NULL, /* vector cost */
695697
NULL, /* function_align */

gcc/doc/riscv-mtune.texi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ particular CPU name. Permissible values for this option are:
5050

5151
@samp{xiangshan-kunminghu},
5252

53+
@samp{arc-v-rmx-100-series},
54+
5355
@samp{generic-ooo},
5456

5557
@samp{size},

0 commit comments

Comments
 (0)