diff --git a/llvm/lib/Target/AMDGPU/DSInstructions.td b/llvm/lib/Target/AMDGPU/DSInstructions.td --- a/llvm/lib/Target/AMDGPU/DSInstructions.td +++ b/llvm/lib/Target/AMDGPU/DSInstructions.td @@ -725,7 +725,7 @@ defm : DSWritePat_mc ; defm : DSWritePat_mc ; -foreach vt = VGPR_32.RegTypes in { +foreach vt = Reg32Types.types in { defm : DSWritePat_mc ; }