[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
Wed Jun 18 07:48:07 PDT 2025


================
@@ -3455,6 +3455,7 @@ static void encodeTypeForFunctionPointerAuth(const ASTContext &Ctx,
     case BuiltinType::BFloat16:
     case BuiltinType::VectorQuad:
     case BuiltinType::VectorPair:
+    case BuiltinType::VectorDmr1024:
----------------
lei137 wrote:

nit: Maybe we can do this since DMR is an acronym and to match the actual new type name defined?
```suggestion
    case BuiltinType::DMR1024:
```

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


More information about the lldb-commits mailing list