[all-commits] [llvm/llvm-project] 80aed2: [mlir][Transform] Allow printing inside matchers
Quinn Dawkins via All-commits
all-commits at lists.llvm.org
Mon Jul 24 07:08:21 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 80aed2ea4586edfa1eb00b527a259292e73e27ae
https://github.com/llvm/llvm-project/commit/80aed2ea4586edfa1eb00b527a259292e73e27ae
Author: Quinn Dawkins <quinn at nod-labs.com>
Date: 2023-07-24 (Mon, 24 Jul 2023)
Changed paths:
M mlir/include/mlir/Dialect/Transform/IR/TransformOps.td
M mlir/test/Dialect/Linalg/match-ops-interpreter.mlir
Log Message:
-----------
[mlir][Transform] Allow printing inside matchers
Enables printf style debugging of matchers through `transform.print`
within the body of a matcher.
Differential Revision: https://reviews.llvm.org/D156078
More information about the All-commits
mailing list