[clang] [llvm] [PowerPC] Add support for -mcpu=pwr11 / -mtune=pwr11 (PR #99511)
David Tenty via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 22 08:10:14 PDT 2024
================
@@ -124,6 +124,14 @@ enum PPCMachineCombinerPattern : unsigned {
PPC::RESTORE_UACC, NoInstr, NoInstr, PPC::RESTORE_QUADWORD \
}
+#define Pwr11LoadOpcodes \
----------------
daltenty wrote:
Ditto earlier comment: I don't think this needs to be copied out, we can simply use the P10 one
https://github.com/llvm/llvm-project/pull/99511
More information about the cfe-commits
mailing list