[all-commits] [llvm/llvm-project] 74f066: [mlir][Transform] NFC - Pass TransformState as an ...
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Wed Jun 22 01:19:30 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 74f066016096c60e0cee07f0af8de193ecb2f6c3
https://github.com/llvm/llvm-project/commit/74f066016096c60e0cee07f0af8de193ecb2f6c3
Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
Date: 2022-06-22 (Wed, 22 Jun 2022)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/TransformOps/LinalgTransformOps.td
M mlir/include/mlir/Dialect/SCF/TransformOps/SCFTransformOps.td
M mlir/include/mlir/Dialect/Transform/IR/TransformInterfaces.h
M mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp
M mlir/lib/Dialect/SCF/TransformOps/SCFTransformOps.cpp
M mlir/test/lib/Dialect/Transform/TestTransformDialectExtension.cpp
M mlir/test/lib/Dialect/Transform/TestTransformDialectExtension.td
Log Message:
-----------
[mlir][Transform] NFC - Pass TransformState as an argument to applyToOne methods
This will allow implementing state-dependent behavior in the future.
Differential Revision: https://reviews.llvm.org/D128327
More information about the All-commits
mailing list