Adapt the region builder signature to hand in the attributes of the created ops. The revision is a preparation step the support named ops that need access to the operation attributes during op creation.
Depends On D119692
Paths
| Differential D119693
[mlir][linalg] Add attributes to region builder (NFC). ClosedPublic Authored by gysit on Feb 14 2022, 12:45 AM.
Details Summary Adapt the region builder signature to hand in the attributes of the created ops. The revision is a preparation step the support named ops that need access to the operation attributes during op creation. Depends On D119692
Diff Detail
Event TimelineHerald added subscribers: sdasgup3, wenzhicui, wrengr and 20 others. · View Herald TranscriptFeb 14 2022, 12:45 AM This revision is now accepted and ready to land.Feb 14 2022, 2:24 AM Closed by commit rG348bfc8e50ea: [mlir][linalg] Add attributes to region builder (NFC). (authored by gysit). · Explain WhyFeb 14 2022, 5:17 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 408384 mlir/include/mlir/Dialect/Linalg/IR/LinalgBase.td
mlir/include/mlir/Dialect/Linalg/IR/LinalgInterfaces.td
mlir/include/mlir/Dialect/Linalg/IR/LinalgStructuredOps.td
mlir/lib/CAPI/Dialect/Linalg.cpp
mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
mlir/test/lib/Dialect/Test/TestOps.td
mlir/test/mlir-linalg-ods-gen/test-linalg-ods-yaml-gen.yaml
mlir/tools/mlir-linalg-ods-gen/mlir-linalg-ods-yaml-gen.cpp
|