================
@@ -290,7 +290,51 @@ def SIFIVE_X280 : RISCVProcessorModel<"sifive-x280", 
SiFive7Model,
                                        FeatureStdExtZvfh,
                                        FeatureStdExtZba,
                                        FeatureStdExtZbb],
-                                      SiFiveX280TuneFeatures>;
+                                      SiFiveIntelligenceTuneFeatures>;
+
+def SIFIVE_X390 : RISCVProcessorModel<"sifive-x390", NoSchedModel,
+                                      [Feature64Bit,
----------------
mshockwave wrote:

Unfortunately it lacks Zicclsm (misaligned load/store), which is part of 
RVA20U64 and subsequent profiles.

https://github.com/llvm/llvm-project/pull/142517
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to