[all-commits] [llvm/llvm-project] cf547e: [MLIR][LLVM] Add extraData field to the DIDerivedT...

Christian Ulmann via All-commits all-commits at lists.llvm.org
Wed Mar 20 06:48:18 PDT 2024


  Branch: refs/heads/users/dinistro/mlir-extend-dicomposite-type
  Home:   https://github.com/llvm/llvm-project
  Commit: cf547e31c9df7207e21745fe6154d9e402a7affb
      https://github.com/llvm/llvm-project/commit/cf547e31c9df7207e21745fe6154d9e402a7affb
  Author: Christian Ulmann <christian.ulmann at nextsilicon.com>
  Date:   2024-03-20 (Wed, 20 Mar 2024)

  Changed paths:
    M mlir/include/mlir-c/Dialect/LLVM.h
    M mlir/include/mlir/Dialect/LLVMIR/LLVMAttrDefs.td
    M mlir/lib/CAPI/Dialect/LLVM.cpp
    M mlir/lib/Target/LLVMIR/DebugImporter.cpp
    M mlir/lib/Target/LLVMIR/DebugTranslation.cpp
    M mlir/test/CAPI/llvm.c
    M mlir/test/Dialect/LLVMIR/debuginfo.mlir
    M mlir/test/Target/LLVMIR/Import/debug-info.ll
    M mlir/test/Target/LLVMIR/llvmir-debug.mlir

  Log Message:
  -----------
  [MLIR][LLVM] Add extraData field to the DIDerivedType attribute

This commit extends the DIDerivedTypeAttr with the `extraData` field.
For now, the type of of is limited to be a `DINodeAttr`, as extending
the debug metadata handling to support arbitrary metadata nodes does not
seem to be necessary so far.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list