[Mlir-commits] [mlir] [mlir][amdgpu] Lower amdgpu.make_dma_base (PR #169817)
Erick Ochoa Lopez
llvmlistbot at llvm.org
Mon Dec 1 13:46:41 PST 2025
================
@@ -1222,14 +1231,12 @@ def AMDGPU_MakeDmaBaseOp :
AMDGPU_Op<"make_dma_base", [Pure, AttrSizedOperandSegments]>,
Arguments<(ins
Arg<AnyMemRef, "buffer to read from">:$src,
- Variadic<Index>:$srcIndices,
+ Variadic<Index>:$src_indices,
Arg<AnyMemRef, "buffer to write to">:$dst,
- Variadic<Index>:$dstIndices)>,
+ Variadic<Index>:$dst_indices)>,
Results<(outs AMDGPU_TDMBaseType: $base)> {
----------------
amd-eochoalo wrote:
https://github.com/llvm/llvm-project/pull/169817/commits/5a3665736f23557993d979cefa61875b35893f5e
https://github.com/llvm/llvm-project/pull/169817
More information about the Mlir-commits
mailing list