AMDGPULowerAsyncDMA and AMDGPULowerCoalescedDMAToGatherLDS currently live in the common codegen folder but are AMD GPU specific passes. Therefore, @kuhar suggested to move them over to https://github.com/iree-org/iree/tree/main/compiler/src/iree/compiler/Codegen/LLVMGPU, where other AMD GPU/ROCDL specific passes live.
AMDGPULowerAsyncDMAandAMDGPULowerCoalescedDMAToGatherLDScurrently live in the common codegen folder but are AMD GPU specific passes. Therefore, @kuhar suggested to move them over to https://github.com/iree-org/iree/tree/main/compiler/src/iree/compiler/Codegen/LLVMGPU, where other AMD GPU/ROCDL specific passes live.