[clang] [llvm] [PowerPC] Add builtin_cpu_is P11 support (PR #99550)

Chen Zheng via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 18 18:07:35 PDT 2024


================
@@ -84,6 +85,7 @@
 #define AIX_PPC8_VALUE 0x00010000
 #define AIX_PPC9_VALUE 0x00020000
 #define AIX_PPC10_VALUE 0x00040000
+#define AIX_PPC11_VALUE 0x00080000
----------------
chenzheng1030 wrote:

Where did you get this value? Is it documented somewhere? From the latest AIX 7.3 (TL2) header, I didn't get the definition. Maybe we should let the OS team define this value first and then compiler can use it.

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


More information about the cfe-commits mailing list