[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Add missing member for andes_25_tune_info
Jeff Law
law@gcc.gnu.org
Fri Jan 30 07:09:39 GMT 2026
https://gcc.gnu.org/g:fdb140954c9805e491bcd43687daf3e693766a10
commit fdb140954c9805e491bcd43687daf3e693766a10
Author: Kuan-Lin Chen <rufus@andestech.com>
Date: Fri Nov 14 14:35:18 2025 -0700
RISC-V: Add missing member for andes_25_tune_info
gcc/ChangeLog:
* config/riscv/riscv.cc (andes_25_tune_info): Add prefer-agnostic.
(cherry picked from commit 00a522ee1caf9fd988a75201b0fe64b1d5606520)
Diff:
---
gcc/config/riscv/riscv.cc | 1 +
1 file changed, 1 insertion(+)
diff --git a/gcc/config/riscv/riscv.cc b/gcc/config/riscv/riscv.cc
index 9af2ffaef8f6..568957be50d8 100644
--- a/gcc/config/riscv/riscv.cc
+++ b/gcc/config/riscv/riscv.cc
@@ -757,6 +757,7 @@ static const struct riscv_tune_param andes_25_tune_info = {
NULL, /* function_align */
NULL, /* jump_align */
NULL, /* loop_align */
+ true, /* prefer-agnostic. */
};
static bool riscv_avoid_shrink_wrapping_separate ();
More information about the Gcc-cvs
mailing list