[all-commits] [llvm/llvm-project] 4b728f: [mlir] optional verbose debug messages for transfo...

ftynse via All-commits all-commits at lists.llvm.org
Tue Sep 13 09:01:38 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4b728ff076343a7d90a89f303857e88c1827fa09
      https://github.com/llvm/llvm-project/commit/4b728ff076343a7d90a89f303857e88c1827fa09
  Author: Alex Zinenko <zinenko at google.com>
  Date:   2022-09-13 (Tue, 13 Sep 2022)

  Changed paths:
    M mlir/lib/Dialect/Transform/IR/TransformInterfaces.cpp

  Log Message:
  -----------
  [mlir] optional verbose debug messages for transform application

Introduce the additional "transform-dialect-print-top-level-after-all" debug
category that allows the user to print the paylaod IR after each transformation
performed by the transform dialect. This is useful for understanding and
debugging the effects of individual transformations in complex transformations
scripts, including in downstreams, without having to modify the transformation
script itself.

Reviewed By: mravishankar

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




More information about the All-commits mailing list