[Mlir-commits] [mlir] [clang-tools-extra] [llvm] [clang] [MLIR][Linalg] Support dynamic sizes in `lower_unpack` (PR #75494)
lorenzo chelini
llvmlistbot at llvm.org
Mon Dec 18 02:12:30 PST 2023
================
@@ -381,11 +381,6 @@ FailureOr<LowerUnPackOpResult> linalg::lowerUnPack(RewriterBase &rewriter,
return rewriter.notifyMatchFailure(unPackOp, "outer dims perm NYI");
RankedTensorType packedTensorType = unPackOp.getSourceType();
----------------
chelini wrote:
nit: I would move this line after `rewriter.setInsertionPoint(unPackOp);` as it is used further down now.
https://github.com/llvm/llvm-project/pull/75494
More information about the Mlir-commits
mailing list