[mlir] Enable converting properties during C create
This enables querying properties passed as attributes during construction time. In particular needed for type inference where the Operation has not been created at this point. This allows Python construction of operations whose type inference depends on properties. Differential Revision: https://reviews.llvm.org/D156070
Loading
Please sign in to comment