[all-commits] [llvm/llvm-project] 81366b: Add extra SGPRs to wave dispatch SGPRs

Diana Picus via All-commits all-commits at lists.llvm.org
Fri Aug 1 01:37:07 PDT 2025


  Branch: refs/heads/users/rovka/unify-asm-printer-arg-handling
  Home:   https://github.com/llvm/llvm-project
  Commit: 81366b6f6fb54f911129e0bb1b3c132ed733cf77
      https://github.com/llvm/llvm-project/commit/81366b6f6fb54f911129e0bb1b3c132ed733cf77
  Author: Diana Picus <diana-magda.picus at amd.com>
  Date:   2025-08-01 (Fri, 01 Aug 2025)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
    M llvm/test/CodeGen/AMDGPU/wave_dispatch_regs.ll

  Log Message:
  -----------
  Add extra SGPRs to wave dispatch SGPRs

Unify the handling of extra SGPRs between graphics entry points and
kernels - i.e. always add the extra SGPRs before we compute the maximum
number of SGPRs used. This only affects one test.


  Commit: 564a98b0e468d5ca4d6f52282fdc641f110a095e
      https://github.com/llvm/llvm-project/commit/564a98b0e468d5ca4d6f52282fdc641f110a095e
  Author: Diana Picus <diana-magda.picus at amd.com>
  Date:   2025-08-01 (Fri, 01 Aug 2025)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUCallLowering.cpp
    M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
    M llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.h
    M llvm/test/CodeGen/AMDGPU/ps-shader-arg-count.ll
    M llvm/test/CodeGen/AMDGPU/wave_dispatch_regs.ll

  Log Message:
  -----------
  Save NumWaveDispatchRegs in MFI for graphics entry points


  Commit: e0042c934b1fbbc81173d0be6c0bbf0f33e4d9d0
      https://github.com/llvm/llvm-project/commit/e0042c934b1fbbc81173d0be6c0bbf0f33e4d9d0
  Author: Diana Picus <diana-magda.picus at amd.com>
  Date:   2025-08-01 (Fri, 01 Aug 2025)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUCallLowering.cpp
    M llvm/lib/Target/AMDGPU/SIISelLowering.cpp

  Log Message:
  -----------
  Save NumWaveDispatchRegs in MFI for kernels


Compare: https://github.com/llvm/llvm-project/compare/81366b6f6fb5%5E...e0042c934b1f

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