[all-commits] [llvm/llvm-project] 74aec6: [mlir] make transform interpreter debug spew less ...

ftynse via All-commits all-commits at lists.llvm.org
Tue Apr 11 08:34:45 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 74aec6b428f3bea8202c6f4e715405968c5a000d
      https://github.com/llvm/llvm-project/commit/74aec6b428f3bea8202c6f4e715405968c5a000d
  Author: Alex Zinenko <zinenko at google.com>
  Date:   2023-04-11 (Tue, 11 Apr 2023)

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

  Log Message:
  -----------
  [mlir] make transform interpreter debug spew less verbose

In particular, move the printing of the top-level payload after each
transform under the "full output" debug flag, it is rarely useful and
excessively long. Also don't print the regions of the transform
operation being applied as each individual operation in the region is
likely going to be applied later by itself and therefore printed.

Reviewed By: nicolasvasilache

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




More information about the All-commits mailing list