[all-commits] [llvm/llvm-project] 276358: [mlir][llvm] Make DI param optional to match LLVM

Christian Ulmann via All-commits all-commits at lists.llvm.org
Fri Feb 17 04:09:03 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 276358fd3af5e01b4e41e442703e835d26d36deb
      https://github.com/llvm/llvm-project/commit/276358fd3af5e01b4e41e442703e835d26d36deb
  Author: Christian Ulmann <christian.ulmann at nextsilicon.com>
  Date:   2023-02-17 (Fri, 17 Feb 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/LLVMIR/LLVMAttrDefs.td
    M mlir/test/Dialect/LLVMIR/debuginfo.mlir

  Log Message:
  -----------
  [mlir][llvm] Make DI param optional to match LLVM

This commit makes DIDerivedTypeAttr's baseType parameter optional to ensure imported IR
doesn't break the printer.

Reviewed By: gysit

Differential Revision: https://reviews.llvm.org/D144247




More information about the All-commits mailing list