[clang] [PowerPC][NFC] Define new alias for mma accumulate builtins (PR #147382)
Maryam Moghadas via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 9 07:30:39 PDT 2025
================
@@ -1148,14 +1078,33 @@ UNALIASED_CUSTOM_BUILTIN(mma_dmxvi8gerx4pp, "vW1024*W256V", true,
"mma,paired-vector-memops")
UNALIASED_CUSTOM_BUILTIN(mma_pmdmxvi8gerx4pp, "vW1024*W256Vi255i15i15", true,
"mma,paired-vector-memops")
-UNALIASED_CUSTOM_BUILTIN(mma_dmxvi8gerx4spp, "vW1024*W256V", true,
+UNALIASED_CUSTOM_BUILTIN(mma_dmxvi8gerx4spp, "vW1024*W256V", true,
"mma,paired-vector-memops")
UNALIASED_CUSTOM_BUILTIN(mma_pmdmxvi8gerx4spp, "vW1024*W256Vi255i15i15", true,
"mma,paired-vector-memops")
+// MMA builtins with positive/negative multiply/accumulate.
----------------
maryammo wrote:
please add a list of builtin's name as a comment here.
https://github.com/llvm/llvm-project/pull/147382
More information about the cfe-commits
mailing list