This allows for converting before/without an Operation is created.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D155996
[mlir] Move attr -> properties to not require Operation ClosedPublic Authored by jpienaar on Jul 21 2023, 2:32 PM.
Details Summary This allows for converting before/without an Operation is created.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 21 2023, 2:34 PM This revision was landed with ongoing or failed builds.Jul 21 2023, 2:55 PM Closed by commit rG863e8123df5e: [mlir] Move attr -> properties to not require Operation (authored by jpienaar). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 543072 mlir/include/mlir/IR/ExtensibleDialect.h
mlir/include/mlir/IR/OperationSupport.h
mlir/lib/IR/MLIRContext.cpp
mlir/lib/IR/Operation.cpp
|