Enables printf style debugging of matchers through transform.print
within the body of a matcher.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D156078
[mlir][Transform] Allow printing inside matchers ClosedPublic Authored by qedawkins on Jul 23 2023, 10:52 PM.
Details Summary Enables printf style debugging of matchers through transform.print
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 24 2023, 12:49 AM Closed by commit rG80aed2ea4586: [mlir][Transform] Allow printing inside matchers (authored by qedawkins). · Explain WhyJul 24 2023, 7:08 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 543531 mlir/include/mlir/Dialect/Transform/IR/TransformOps.td
mlir/test/Dialect/Linalg/match-ops-interpreter.mlir
|