[llvm] [RISCV] Add tune features for Andes 45 series cpus (PR #143899)
Sam Elliott via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 12 23:19:04 PDT 2025
================
@@ -737,7 +742,8 @@ def ANDES_N45 : RISCVProcessorModel<"andes-n45",
FeatureStdExtD,
FeatureStdExtC,
FeatureStdExtB,
- FeatureVendorXAndesPerf]>;
+ FeatureVendorXAndesPerf],
+ Andes45TuneFeatures>;
----------------
lenary wrote:
sorry! yeah. LGTM
https://github.com/llvm/llvm-project/pull/143899
More information about the llvm-commits
mailing list