[Lldb-commits] [clang] [lldb] [Clang][PowerPC] Add __dmr type and DMF integer calculation builtins (PR #142480)

Lei Huang via lldb-commits lldb-commits at lists.llvm.org
Thu Jun 12 08:30:36 PDT 2025


================
@@ -30,6 +30,7 @@
 #endif
 
 
+PPC_VECTOR_MMA_TYPE(__dmr1024, VectorDmr1024, 1024)
----------------
lei137 wrote:

Since this is a vector type, maybe we can just keep the same naming convention?
```suggestion
PPC_VECTOR_MMA_TYPE(__vector_dmr, VectorDmr, 1024)
```

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


More information about the lldb-commits mailing list