[clang] [compiler-rt] [llvm] [X86] Add support for Wildcat Lake (PR #163214)

Phoebe Wang via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 14 07:20:11 PDT 2025


================
@@ -1338,6 +1338,8 @@ def ProcessorFeatures {
   list<SubtargetFeature> PTLFeatures =
     !listremove(ARLSFeatures, [FeatureWIDEKL]);
 
+  // Wildcatlake
+  list<SubtargetFeature> WCLFeatures = PTLFeatures;
----------------
phoebewang wrote:

This is not needed.

https://github.com/llvm/llvm-project/pull/163214


More information about the llvm-commits mailing list