[PATCH] D135936: [X86] Support -march=raptorlake

Simon Pilgrim via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 14 01:25:05 PDT 2022


RKSimon added inline comments.


================
Comment at: llvm/lib/Support/Host.cpp:828
+      *Subtype = X86::INTEL_COREI7_RAPTORLAKE;
+      break;
     // Icelake Xeon:
----------------
newline to separate the defs


================
Comment at: llvm/lib/Target/X86/X86.td:1423
                 ProcessorFeatures.TRMTuning>;
+def : ProcModel<"raptorlake", SLMModel, ProcessorFeatures.ADLFeatures,
+                ProcessorFeatures.TRMTuning>;
----------------
Shouldn't this be next to alderlake and use AlderlakePModel + ADLTuning?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135936



More information about the cfe-commits mailing list