[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 10:06:09 PDT 2025
================
@@ -737,7 +742,8 @@ def ANDES_N45 : RISCVProcessorModel<"andes-n45",
FeatureStdExtD,
FeatureStdExtC,
FeatureStdExtB,
- FeatureVendorXAndesPerf]>;
+ FeatureVendorXAndesPerf],
+ Andes45TuneFeatures>;
----------------
lenary wrote:
```suggestion
Andes45TuneFeatures>;
```
to match the indentation (also needed below)
https://github.com/llvm/llvm-project/pull/143899
More information about the llvm-commits
mailing list