mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
[committed][RISC-V] Turn on overlap_op_by_pieces for generic-ooo tuning
Per quick email exchange with Palmer. Given the triviality, I'm just pushing it. gcc/ * config/riscv/riscv.cc (generic_ooo_tune_info): Turn on overlap_op_by_pieces.
This commit is contained in:
parent
300393484d
commit
9f14f19782
@ -536,7 +536,7 @@ static const struct riscv_tune_param generic_ooo_tune_info = {
|
||||
4, /* fmv_cost */
|
||||
false, /* slow_unaligned_access */
|
||||
false, /* use_divmod_expansion */
|
||||
false, /* overlap_op_by_pieces */
|
||||
true, /* overlap_op_by_pieces */
|
||||
RISCV_FUSE_NOTHING, /* fusible_ops */
|
||||
&generic_vector_cost, /* vector cost */
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user