[all-commits] [llvm/llvm-project] ebf4ab: [mlir][transform][NFC] Move TrackingListener to Tr...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Fri Jun 9 02:53:06 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ebf4ab1dc3cafcecb3d30683f5cbb0fc82b08d0c
https://github.com/llvm/llvm-project/commit/ebf4ab1dc3cafcecb3d30683f5cbb0fc82b08d0c
Author: Matthias Springer <me at m-sp.org>
Date: 2023-06-09 (Fri, 09 Jun 2023)
Changed paths:
M mlir/include/mlir/Dialect/Transform/IR/TransformInterfaces.h
M mlir/include/mlir/Dialect/Transform/IR/TransformOps.h
M mlir/lib/Dialect/Transform/IR/TransformInterfaces.cpp
M mlir/lib/Dialect/Transform/IR/TransformOps.cpp
Log Message:
-----------
[mlir][transform][NFC] Move TrackingListener to TransformInterfaces.h
A TransformRewriter (with attached TrackingListener) will be added to an interface method in a subsequent revision.
Differential Revision: https://reviews.llvm.org/D152426
More information about the All-commits
mailing list