================
@@ -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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to