[all-commits] [llvm/llvm-project] bbc717: AMDGPU: Allocate different registers for vdst & sr...

Pravin Jagtap via All-commits all-commits at lists.llvm.org
Tue Nov 26 17:02:37 PST 2024


  Branch: refs/heads/users/arsenm/gfx950/allocate-different-regs-v_cvt_scalef32
  Home:   https://github.com/llvm/llvm-project
  Commit: bbc7178519e6bbb7477bc66bb8e10685d4245381
      https://github.com/llvm/llvm-project/commit/bbc7178519e6bbb7477bc66bb8e10685d4245381
  Author: Pravin Jagtap <Pravin.Jagtap at amd.com>
  Date:   2024-11-27 (Wed, 27 Nov 2024)

  Changed paths:
    M llvm/lib/Target/AMDGPU/VOP3Instructions.td
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.cvt.scalef32.pk.gfx950.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.cvt.scalef32.pk.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.cvt.scalef32.sr.pk.gfx950.ll
    M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.cvt.scalef32.sr.pk.ll

  Log Message:
  -----------
  AMDGPU: Allocate different registers for vdst & src in v_cvt_scalef32*

For multipass instructions, overlap on VDST and SRC’s
would result in HW race & undefined results.

Co-authored-by: Pravin Jagtap <Pravin.Jagtap at amd.com>



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