A recent commit introduced helper functions with semantically meaningful names
to populate the lists of memory effects in transform ops, use them whenever
possible.
Depends On D129287
Paths
| Differential D129365
[mlir] Use semantically readable functions for transform op effects ClosedPublic Authored by ftynse on Jul 8 2022, 4:52 AM.
Details Summary A recent commit introduced helper functions with semantically meaningful names Depends On D129287
Diff Detail
Event Timelineftynse added a child revision: D129366: [mlir] Handle linalg.index correctly in TilingInterface.Jul 8 2022, 4:54 AM This revision is now accepted and ready to land.Jul 9 2022, 12:36 AM Closed by commit rGe15b855e096e: [mlir] Use semantically readable functions for transform op effects (authored by ftynse). · Explain WhyJul 12 2022, 5:36 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 443927 mlir/include/mlir/Dialect/Transform/IR/TransformInterfaces.h
mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp
mlir/lib/Dialect/Transform/IR/TransformInterfaces.cpp
mlir/lib/Dialect/Transform/IR/TransformOps.cpp
mlir/test/lib/Dialect/Transform/TestTransformDialectExtension.td
|