[clang] [compiler-rt] [llvm] [X86] Add AVX512BMM support for AMD Zen 6 (znver6) (PR #182556)
Simon Pilgrim via cfe-commits
cfe-commits at lists.llvm.org
Sat Mar 7 04:44:39 PST 2026
================
@@ -1002,6 +1002,10 @@ namespace llvm {
AESENCWIDE256KL,
AESDECWIDE256KL,
+ // BMM Instructions
----------------
RKSimon wrote:
Please consult #168421 as its likely that it'll have landed before this patch
https://github.com/llvm/llvm-project/pull/182556
More information about the cfe-commits
mailing list