Those methods were added long time ago. Now we get the same methods generated by tablegen, so there is no need for duplicates.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D137544
[mlir][NFC] Remove unnecessary attr name getters from StructuredOpsUtils.h. ClosedPublic Authored by olegshyshkov on Nov 7 2022, 5:11 AM.
Details Summary Those methods were added long time ago. Now we get the same methods generated by tablegen, so there is no need for duplicates.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 7 2022, 5:20 AM olegshyshkov retitled this revision from [mlir][NFC] Remove unnecassary attr name getters from StructuredOpsUtils.h. to [mlir][NFC] Remove unnecessary attr name getters from StructuredOpsUtils.h..Nov 7 2022, 5:38 AM Closed by commit rGbada35390ad7: [mlir][NFC] Remove unnecessary attr name getters from StructuredOpsUtils.h. (authored by olegshyshkov). · Explain WhyNov 7 2022, 5:41 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 473632 mlir/include/mlir/Dialect/Utils/StructuredOpsUtils.h
mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
mlir/lib/Dialect/Linalg/Transforms/Interchange.cpp
mlir/lib/Dialect/Vector/IR/VectorOps.cpp
|