[PATCH] D156239: [X86] Support -march=arrowlake, arrowlake-s, lunarlake

Phoebe Wang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 26 23:28:57 PDT 2023


pengfei accepted this revision.
pengfei added a comment.
This revision is now accepted and ready to land.

LGTM.



================
Comment at: llvm/lib/Target/X86/X86.td:1730
+                ProcessorFeatures.SRFFeatures, ProcessorFeatures.ADLTuning>;
+foreach P = ["arrowlake-s", "arrowlake_s"] in {
+def : ProcModel<P, AlderlakePModel,
----------------
Merge "lunarlake" here?




Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D156239



More information about the cfe-commits mailing list