[mlir] Mark methods from mlir::OpState that just forward to mlir::Operation as deprec...
authorChristian Sigg <csigg@google.com>
Thu, 7 Jan 2021 06:52:37 +0000 (07:52 +0100)
committerChristian Sigg <csigg@google.com>
Thu, 7 Jan 2021 08:08:47 +0000 (09:08 +0100)
commitc3529a5b0806843e75f0b6d9a83bb36de70b5ae6
tree8b0a94243e8668d813283996e8882ff479fbdf19
parentf4485240a2182050d6417947a407fe4c551e2011
[mlir] Mark methods from mlir::OpState that just forward to mlir::Operation as deprecated.

The functions will be removed by January 20th.

All call sites within MLIR have been converted in previous changes.

Reviewed By: rriddle

Differential Revision: https://reviews.llvm.org/D94191
mlir/include/mlir/IR/OpDefinition.h
mlir/lib/IR/Operation.cpp