[llvm] [AMDGPU] Add CodeGen support for GFX12 s_mul_u64 (PR #75825)

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 2 05:23:18 PST 2024


================
@@ -2451,6 +2576,72 @@ void AMDGPURegisterBankInfo::applyMappingImpl(
 
     return;
   }
+  case AMDGPU::G_AMDGPU_S_MUL_I64_I32_PSEUDO:
+  case AMDGPU::G_AMDGPU_S_MUL_U64_U32_PSEUDO: {
----------------
jayfoad wrote:

Done.

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


More information about the llvm-commits mailing list