[Mlir-commits] [mlir] [mlir] Add narrow type emulation conversions (PR #72181)
Han-Chung Wang
llvmlistbot at llvm.org
Wed Nov 15 14:54:56 PST 2023
================
@@ -211,6 +257,150 @@ struct ConvertMemRefLoad final : OpConversionPattern<memref::LoadOp> {
}
};
+//===----------------------------------------------------------------------===//
+// ConvertMemRefReinterpretCast
+//===----------------------------------------------------------------------===//
+
+/// Currently there is very limited support for memref::ReinterpretCastOp
+/// conversion. Only the 0 dimensional case is supported.
----------------
hanhanW wrote:
Why only 0D is supported? Are we able to emulate other cases?
https://github.com/llvm/llvm-project/pull/72181
More information about the Mlir-commits
mailing list