[clang] [clang-tools-extra] [compiler-rt] [llvm] [X86] AMD Zen 6 Initial enablement (PR #179150)

Simon Pilgrim via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 2 02:45:50 PST 2026


================
@@ -1518,3 +1518,9 @@ def X86vpmaddwd_su : PatFrag<(ops node:$lhs, node:$rhs),
   return N->hasOneUse();
 }]>;
 
+// Bit reverse bytes operation
+def x86vpbitrevb : SDNode<"X86ISD::VPBITREVB", SDTShuff1Op>;
+
+// BMM matrix multiplication operations
+def x86vbmacor  : SDNode<"X86ISD::VBMACOR",  SDTVnni>;
+def x86vbmacxor : SDNode<"X86ISD::VBMACXOR", SDTVnni>;
----------------
RKSimon wrote:

missing newline

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


More information about the cfe-commits mailing list