[all-commits] [llvm/llvm-project] 6049e5: WIP: AMDGPU: Always select the VGPR version of MFMAs

Matt Arsenault via All-commits all-commits at lists.llvm.org
Sun Jun 22 21:17:17 PDT 2025


  Branch: refs/heads/users/arsenm/amdgpu/always-select-vgpr-version-of-mfma
  Home:   https://github.com/llvm/llvm-project
  Commit: 6049e5ce2801a2bb9ff9696a24a260e7329e1a0f
      https://github.com/llvm/llvm-project/commit/6049e5ce2801a2bb9ff9696a24a260e7329e1a0f
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-06-23 (Mon, 23 Jun 2025)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
    M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
    M llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
    M llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.h
    M llvm/lib/Target/AMDGPU/VOP3PInstructions.td

  Log Message:
  -----------
  WIP: AMDGPU: Always select the VGPR version of MFMAs

We do not want to use AGPRs unless absolutely required due
to register pressure. Rely on a post-regalloc pass to replace
VGPR MFMAs with the AGPR version if it avoids the copies introduced
due to live range splitting.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list