[all-commits] [llvm/llvm-project] a8cfa7: [mlir][TD] Allow op printing flags as `transform.p...

Jakub Kuderski via All-commits all-commits at lists.llvm.org
Mon Apr 1 09:32:45 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a8cfa7cbdf6cc1a94ed25c90897d2e031f77a5a9
      https://github.com/llvm/llvm-project/commit/a8cfa7cbdf6cc1a94ed25c90897d2e031f77a5a9
  Author: Jakub Kuderski <jakub at nod-labs.com>
  Date:   2024-04-01 (Mon, 01 Apr 2024)

  Changed paths:
    M mlir/include/mlir/Dialect/Transform/IR/TransformOps.td
    M mlir/lib/Dialect/Transform/IR/TransformOps.cpp
    M mlir/test/Dialect/Transform/ops.mlir
    A mlir/test/Dialect/Transform/test-interpreter-printing.mlir

  Log Message:
  -----------
  [mlir][TD] Allow op printing flags as `transform.print` attrs (#86846)

Introduce 3 new optional attributes to the `transform.print` ops:
* `assume_verified`
* `use_local_scope`
* `skip_regions`

The primary motivation is to allow printing on large inputs that
otherwise take forever to print and verify. For the full context, see
this IREE issue: https://github.com/openxla/iree/issues/16901.

Also add some tests and fix the op description.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list