[MLIR][Linalg] Handle Attribute in InitTensorOp
In some cases, the result of an initTensorOp may have an attribute. However, the Attribute was not passed to `inferResultType`, failing the verifier. Therefore, propagate the Attribute to `inferResultType`. Reviewed By: ftynse Differential Revision: https://reviews.llvm.org/D117192
Loading
Please sign in to comment