[Mlir-commits] [mlir] [mlir][MemRef] Extend memref.subview sub-byte type emulation support. (PR #94045)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Mon Jun 3 09:13:37 PDT 2024
================
@@ -335,7 +279,48 @@ struct ConvertMemRefReinterpretCast final
op->getLoc(), "subview with rank > 1 is not supported");
}
- return convertCastingOp(rewriter, adaptor, op, newTy);
+ Type convertedElementType = newTy.getElementType();
----------------
MaheshRavishankar wrote:
Could you avoid this inlining? Will help me understand the change better.
https://github.com/llvm/llvm-project/pull/94045
More information about the Mlir-commits
mailing list