[all-commits] [llvm/llvm-project] c3529a: [mlir] Mark methods from mlir::OpState that just f...
Christian Sigg via All-commits
all-commits at lists.llvm.org
Thu Jan 7 00:09:09 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c3529a5b0806843e75f0b6d9a83bb36de70b5ae6
https://github.com/llvm/llvm-project/commit/c3529a5b0806843e75f0b6d9a83bb36de70b5ae6
Author: Christian Sigg <csigg at google.com>
Date: 2021-01-07 (Thu, 07 Jan 2021)
Changed paths:
M mlir/include/mlir/IR/OpDefinition.h
M mlir/lib/IR/Operation.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list