[Mlir-commits] [mlir] [MLIR][Tensor] Fix source/dest type check in UnPackOp canonicalize (PR #106094)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Tue Aug 27 18:57:07 PDT 2024


================
@@ -4439,7 +4439,7 @@ LogicalResult UnPackOp::canonicalize(UnPackOp unPackOp,
                                      PatternRewriter &rewriter) {
   /// pack(unpack(x)) -> x
----------------
yifeizh2 wrote:

I also fixed comment notation issue.

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


More information about the Mlir-commits mailing list