[PATCH] D154493: [X86] Support some Intel CPUs for cpu_specific/dispatch feature

Freddy, Ye via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 6 20:06:09 PDT 2023


FreddyYe added inline comments.


================
Comment at: llvm/lib/TargetParser/X86TargetParser.cpp:419
   // Sapphire Rapids microarchitecture based processors.
-  { {"sapphirerapids"}, CK_SapphireRapids, FEATURE_AVX512BF16, FeaturesSapphireRapids, '\0', false },
+  { {"sapphirerapids"}, CK_SapphireRapids, FEATURE_AVX512BF16, FeaturesSapphireRapids, 'n', false },
   // Alderlake microarchitecture based processors.
----------------
SPR has AVX512BF16 comparing to icelake-server, which is a X86_FEATURE_COMPAT feature.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D154493



More information about the cfe-commits mailing list