[all-commits] [llvm/llvm-project] 2a6aed: [AMDGPU] Add an option to completely disable kerne...

Shilei Tian via All-commits all-commits at lists.llvm.org
Sat Aug 16 12:25:35 PDT 2025


  Branch: refs/heads/users/shiltian/skip-amdgpu-preload-kernel-arguments
  Home:   https://github.com/llvm/llvm-project
  Commit: 2a6aedcc819b528fe883f008d2e16d0238637051
      https://github.com/llvm/llvm-project/commit/2a6aedcc819b528fe883f008d2e16d0238637051
  Author: Shilei Tian <i at tianshilei.me>
  Date:   2025-08-16 (Sat, 16 Aug 2025)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPUPreloadKernelArguments.cpp
    A llvm/test/CodeGen/AMDGPU/disable-preload-kernargs.ll

  Log Message:
  -----------
  [AMDGPU] Add an option to completely disable kernel argument preload

The existing `amdgpu-kernarg-preload-count` can't be used as a switch to turn it
off if it is set to 0. This PR adds an extra option to turn it off.

Fixes SWDEV-550147.



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