[Mlir-commits] [mlir] [mlir][amdgpu] Add lowering for make_dma_descriptor (PR #169955)
Erick Ochoa Lopez
llvmlistbot at llvm.org
Wed Dec 3 06:45:55 PST 2025
================
@@ -2364,24 +2371,24 @@ struct AMDGPUMakeDmaDescriptorLowering
// Compute data_size.
int elementTypeWidthInBytes = op.getElementTypeWidth() / 8;
- Value dataSize;
+ int dataSize;
----------------
amd-eochoalo wrote:
https://github.com/llvm/llvm-project/pull/169955/commits/5672371252acd3b2555260bbb6b0eaa3ddf4f4ad
https://github.com/llvm/llvm-project/pull/169955
More information about the Mlir-commits
mailing list