[compiler-rt] [X86] Support -march=pantherlake, clearwaterforest (PR #69277)

Phoebe Wang via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 16 23:16:26 PDT 2023


================
@@ -1249,6 +1249,18 @@ def ProcessorFeatures {
   list<SubtargetFeature> ARLSFeatures =
     !listconcat(SRFFeatures, ARLSAdditionalFeatures);
 
+  // Pantherlake
+  list<SubtargetFeature> PTLAdditionalFeatures = [FeaturePREFETCHI];
+  list<SubtargetFeature> PTLFeatures =
+    !listconcat(ARLSFeatures, PTLAdditionalFeatures);
----------------
phoebewang wrote:

EAS doesn't say `Panther Lake` has these `ARLSAdditionalFeatures`

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


More information about the llvm-commits mailing list