[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
Sat Jan 17 07:22:54 GMT 2026
https://gcc.gnu.org/g:23fc235ec52df5853fd3bfbc7cd301c48bc8a877
commit 23fc235ec52df5853fd3bfbc7cd301c48bc8a877
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