[Mlir-commits] [mlir] [mlir][memref][spirv] Add conversion for memref.extract_aligned_point… (PR #86750)
Md Abdullah Shahneous Bari
llvmlistbot at llvm.org
Tue May 6 10:19:49 PDT 2025
================
@@ -308,6 +308,17 @@ class CastPattern final : public OpConversionPattern<memref::CastOp> {
}
};
+/// Converts memref.extract_aligned_pointer_as_index to spirv.ConvertPtrToU.
+class ExtractAlignedPointerAsIndexOpPattern
----------------
mshahneo wrote:
Thanks, fixed.
https://github.com/llvm/llvm-project/pull/86750
More information about the Mlir-commits
mailing list