[all-commits] [llvm/llvm-project] 3e8560: [MLIR] Add option to print users of an operation a...

cpillmayer via All-commits all-commits at lists.llvm.org
Fri Apr 22 11:58:26 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3e8560f890bb795fec6b86186239633f22a153d5
      https://github.com/llvm/llvm-project/commit/3e8560f890bb795fec6b86186239633f22a153d5
  Author: cpillmayer <cpillmayer at gmail.com>
  Date:   2022-04-22 (Fri, 22 Apr 2022)

  Changed paths:
    M mlir/include/mlir/IR/OperationSupport.h
    M mlir/lib/IR/AsmPrinter.cpp
    A mlir/test/IR/print-value-users.mlir
    M mlir/test/lib/Dialect/Test/TestDialect.cpp
    M mlir/test/lib/Dialect/Test/TestOps.td

  Log Message:
  -----------
  [MLIR] Add option to print users of an operation as comment in the printer

This allows printing the users of an operation as proposed in the git issue #53286.
To be able to refer to operations with no result, these operations are assigned an
ID in SSANameState.

Reviewed By: mehdi_amini

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




More information about the All-commits mailing list