[clang] [llvm] [RISCV] Add TT-Ascalon-d8 processor (PR #115100)

Luke Lau via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 6 18:34:52 PST 2024


================
@@ -407,6 +407,53 @@ def SYNTACORE_SCR7 : RISCVProcessorModel<"syntacore-scr7",
                                                FeatureStdExtZkn],
                                               [TuneNoDefaultUnroll, FeaturePostRAScheduler]>;
 
+def TENSTORRENT_ASCALON_D8 : RISCVProcessorModel<"tt-ascalon-d8",
+                                                 NoSchedModel,
+                                                 [Feature64Bit,
----------------
lukel97 wrote:

You can include all the RVA23U64 features with a !listconcat, similar to what the other processors have done with RVA22U64

https://github.com/llvm/llvm-project/pull/115100


More information about the cfe-commits mailing list