[Mlir-commits] [mlir] [mlir][amdgpu] Continue lowering make_tdm_descriptor. (PR #171498)

Krzysztof Drewniak llvmlistbot at llvm.org
Thu Dec 11 09:16:12 PST 2025


================
@@ -2498,65 +2505,89 @@ struct AMDGPUMakeDmaDescriptorLowering
     return setValueAtOffset(rewriter, loc, sgpr1, atomicBarrierAddress, 32);
   }
 
-  std::pair<Value, Value> setTensorDim0(MakeDmaDescriptorOp op,
+  std::pair<Value, Value> setTensorDimX(MakeDmaDescriptorOp op,
----------------
krzysz00 wrote:

Nice refactor!

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


More information about the Mlir-commits mailing list