[Mlir-commits] [mlir] [mlir][amdgpu] Lower amdgpu.make_dma_base (PR #169817)

Erick Ochoa Lopez llvmlistbot at llvm.org
Tue Dec 2 13:46:40 PST 2025


================
@@ -705,6 +705,24 @@ LogicalResult TransposeLoadOp::verify() {
   return success();
 }
 
+//===----------------------------------------------------------------------===//
+// MakeDmaBaseOp
+//===----------------------------------------------------------------------===//
+
+LogicalResult MakeDmaBaseOp::verify() {
+  MemRefType ldsType = cast<MemRefType>(getLds().getType());
+  MemRefType globalType = cast<MemRefType>(getGlobal().getType());
----------------
amd-eochoalo wrote:

https://github.com/llvm/llvm-project/pull/169955/commits/a1a82f81e749d402747907dd50149f9aaa99ab66

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


More information about the Mlir-commits mailing list