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

Craig Topper via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 6 19:54:52 PST 2024


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

Just from a quick Google search, Tenstorrent frequently uses TT in branding of their products, not just CPUs.

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


More information about the cfe-commits mailing list