[all-commits] [llvm/llvm-project] 36fa80: [mlir][llvm] Make additional int debug attribute p...

Tobias Gysi via All-commits all-commits at lists.llvm.org
Tue Nov 29 04:06:29 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 36fa80b046567a55ac56b6c405545d46ffb0819e
      https://github.com/llvm/llvm-project/commit/36fa80b046567a55ac56b6c405545d46ffb0819e
  Author: Tobias Gysi <tobias.gysi at nextsilicon.com>
  Date:   2022-11-29 (Tue, 29 Nov 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/LLVMIR/LLVMAttrDefs.td
    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] Make additional int debug attribute parameters optional.

The revision makes additional integer debug info parameters such as
line or column numbers optional (e.g. the line and column numbers 0 are
elided when printing, which is in line with the LLVM implementation).

Depends on D138405

Reviewed By: rriddle

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




More information about the All-commits mailing list