[Mlir-commits] [mlir] [mlir][memref] Fix emulate narrow types for strided memref offset (PR #68181)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Wed Oct 4 09:24:28 PDT 2023


================
@@ -209,6 +209,74 @@ struct ConvertMemRefLoad final : OpConversionPattern<memref::LoadOp> {
     return success();
   }
 };
+
+//===----------------------------------------------------------------------===//
+// ConvertMemRefSubview
+//===----------------------------------------------------------------------===//
+
+struct ConvertMemRefSubview final : OpConversionPattern<memref::SubViewOp> {
----------------
MaheshRavishankar wrote:

Please add some comments about limited support for subviews that are added here.

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


More information about the Mlir-commits mailing list