[clang] [compiler-rt] [llvm] [X86] Add support for Wildcat Lake (PR #163214)
Phoebe Wang via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 14 07:19:23 PDT 2025
================
@@ -108,6 +108,7 @@ X86_CPU_SUBTYPE(INTEL_COREI7_ARROWLAKE_S, "arrowlake-s")
X86_CPU_SUBTYPE(INTEL_COREI7_PANTHERLAKE, "pantherlake")
X86_CPU_SUBTYPE(AMDFAM1AH_ZNVER5, "znver5")
X86_CPU_SUBTYPE(INTEL_COREI7_DIAMONDRAPIDS, "diamondrapids")
+X86_CPU_SUBTYPE(INTEL_COREI7_WILDCATLAKE, "wildcatlake")
----------------
phoebewang wrote:
I suppose we should define it as
`X86_CPU_SUBTYPE_ALIAS(INTEL_COREI7_PANTHERLAKE, "wildcatlake")`
below.
https://github.com/llvm/llvm-project/pull/163214
More information about the cfe-commits
mailing list