[PATCH] D135937: [X86] Support -march=meteorlake

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


RKSimon added inline comments.


================
Comment at: llvm/lib/Target/X86/X86.td:1424
+def : ProcModel<"meteorlake", SLMModel, ProcessorFeatures.ADLFeatures,
+                ProcessorFeatures.TRMTuning>;
 
----------------
This should be with the alderlake/raptorlake defs below (and use ADL model/features/tuning)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135937



More information about the cfe-commits mailing list