[all-commits] [llvm/llvm-project] 4b4283: [mlir][transform] Add PrintOp to transform dialect
Matthias Springer via All-commits
all-commits at lists.llvm.org
Wed Nov 2 02:16:40 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4b428364e2d2a38455ed7f1fd9d3881d493edf89
https://github.com/llvm/llvm-project/commit/4b428364e2d2a38455ed7f1fd9d3881d493edf89
Author: Matthias Springer <springerm at google.com>
Date: 2022-11-02 (Wed, 02 Nov 2022)
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
Log Message:
-----------
[mlir][transform] Add PrintOp to transform dialect
This op dumps the associated payload IR to stderr. It has proven useful for printf-style debugging.
Differential Revision: https://reviews.llvm.org/D137151
More information about the All-commits
mailing list