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

Freddy Ye via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 17 06:11:53 PDT 2023


================
@@ -2538,6 +2544,9 @@
 // CHECK_SRF_M32: #define __PCONFIG__ 1
 // CHECK_SRF_M32: #define __PKU__ 1
 // CHECK_SRF_M32: #define __POPCNT__ 1
+// CHECK_SRF_M32-NOT: #define __PREFETCHI__ 1
+// CHECK_ARLS_M32-NOT: #define __PREFETCHI__ 1
+// CHECK_PTL_M32: #define __PREFETCHI__ 1
----------------
FreddyLeaf wrote:

clearwaterforest also includes CHECK_PTL_M32, so it's ok not to add here.

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


More information about the cfe-commits mailing list