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

Pengcheng Wang via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 6 19:50:29 PST 2024


================
@@ -407,6 +407,54 @@ def SYNTACORE_SCR7 : RISCVProcessorModel<"syntacore-scr7",
                                                FeatureStdExtZkn],
                                               [TuneNoDefaultUnroll, FeaturePostRAScheduler]>;
 
+def TENSTORRENT_ASCALON_D8 : RISCVProcessorModel<"tt-ascalon-d8",
----------------
wangpc-pp wrote:

Yeah I agree it is shorter. I don't know if this is a de-facto policy here, we seem to use full name for all CPUs. For example, we don't use `sf` for SiFive, etc.

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


More information about the cfe-commits mailing list