The remove*Attr methods were not being generated with the correct
camelcase method.
Depends on D139470
Paths
| Differential D139471
[mlir][ods] Generate remover methods with camelcase ClosedPublic Authored by Mogball on Dec 6 2022, 2:51 PM.
Details Summary The remove*Attr methods were not being generated with the correct Depends on D139470
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 8 2022, 10:34 AM This revision was landed with ongoing or failed builds.Dec 8 2022, 11:33 AM Closed by commit rG15511c2e6cc4: [mlir][ods] Generate remover methods with camelcase (authored by Mogball). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 480641 mlir/include/mlir/TableGen/Operator.h
mlir/lib/TableGen/Operator.cpp
mlir/test/mlir-tblgen/op-decl-and-defs.td
mlir/tools/mlir-tblgen/OpDefinitionsGen.cpp
|