[PATCH] D137153: [WIP][X86] Support -march=sierraforest, grandridge, graniterapids.

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 3 03:14:32 PDT 2022


RKSimon added inline comments.


================
Comment at: llvm/lib/Target/X86/X86.td:1528
+                ProcessorFeatures.TRMTuning>;
+def : ProcModel<"grandridge", SLMModel, ProcessorFeatures.GRRFeatures,
+                ProcessorFeatures.TRMTuning>;
----------------
SLMModel explicitly doesn't have support for AVX/AVX2 - I think you should investigate forking SLMModel and creating a AlderlakeEModel for all of these

Also, should these be here or moved up below tremont and the other atom cores?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D137153/new/

https://reviews.llvm.org/D137153



More information about the llvm-commits mailing list