This breaking change requires to remove printing the mnemonic in the print()
method on Type/Attribute classes.
This makes it consistent with the parsing code which alread handles the
mnemonic outside of the parsing method.
Depends On D113332
Paths
| Differential D113334
Change the contract with the type/attribute parsing to let the dispatch handle the mnemonic ClosedPublic Authored by mehdi_amini on Nov 6 2021, 12:15 AM.
Details Summary This breaking change requires to remove printing the mnemonic in the print() Depends On D113332
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 7 2021, 1:17 PM This revision was landed with ongoing or failed builds.Nov 9 2021, 4:49 PM Closed by commit rGf30a8a6f6740: Change the contract with the type/attribute parsing to let the dispatch handle… (authored by mehdi_amini). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 386015 mlir/include/mlir/Dialect/ArmSVE/ArmSVE.td
mlir/lib/Dialect/Async/IR/Async.cpp
mlir/lib/Dialect/EmitC/IR/EmitC.cpp
mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp
mlir/lib/Dialect/PDL/IR/PDLTypes.cpp
mlir/lib/Dialect/SparseTensor/IR/SparseTensorDialect.cpp
mlir/test/lib/Dialect/Test/TestAttributes.cpp
mlir/test/lib/Dialect/Test/TestTypeDefs.td
mlir/test/lib/Dialect/Test/TestTypes.cpp
mlir/tools/mlir-tblgen/AttrOrTypeDefGen.cpp
|