[Mlir-commits] [mlir] [mlir] Create an accessor for the operation name in `OperationState` (PR #82489)

Fabian Mora llvmlistbot at llvm.org
Wed Feb 21 06:45:48 PST 2024


fabianmcg wrote:

I missed that it's a struct so the field is already visible. We should consider making some of the fields in `OperationState` private because they shouldn't be modifiable by the user.

https://github.com/llvm/llvm-project/pull/82489


More information about the Mlir-commits mailing list