[Mlir-commits] [mlir] [mlir][amdgpu] Add amdgpu.make_dma_descriptor (PR #169407)

Jakub Kuderski llvmlistbot at llvm.org
Tue Nov 25 06:18:45 PST 2025


================
@@ -701,6 +741,17 @@ LogicalResult TransposeLoadOp::verify() {
   return success();
 }
 
+//===----------------------------------------------------------------------===//
+// MakeDmaDescriptorOp
+//===----------------------------------------------------------------------===//
+
+LogicalResult MakeDmaDescriptorOp::verify() {
+  if (getGlobalStaticStrides()->back() != 1) {
----------------
kuhar wrote:

does something else already guarantee there's at least one element?

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


More information about the Mlir-commits mailing list