[mlir][ods] Generate remover methods with camelcase
authorJeff Niu <jeff@modular.com>
Tue, 6 Dec 2022 21:09:24 +0000 (13:09 -0800)
committerJeff Niu <jeff@modular.com>
Thu, 8 Dec 2022 19:32:35 +0000 (11:32 -0800)
commit15511c2e6cc4b0dcba0592bfd3a96b9b6be5db4a
treeef89e6c37932c9ecdc0e1ba53f6878d7a44e076e
parent81af171112aec5a4e38fcbc5415b7b10ee31f359
[mlir][ods] Generate remover methods with camelcase

The remove*Attr methods were not being generated with the correct
camelcase method.

Depends on D139470

Reviewed By: rriddle

Differential Revision: https://reviews.llvm.org/D139471
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