[llvm] [AMDGPU] Enable kernel arg preloading with gfx90a (PR #81180)
Austin Kerbow via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 11 09:48:16 PST 2024
================
@@ -1254,12 +1254,6 @@ class GCNSubtarget final : public AMDGPUGenSubtargetInfo,
// \returns true if preloading kernel arguments is supported.
bool hasKernargPreload() const { return KernargPreload; }
- // \returns true if we need to generate backwards compatible code when
- // preloading kernel arguments.
- bool needsKernargPreloadBackwardsCompatibility() const {
----------------
kerbowa wrote:
It will be needed but is unused at the moment; can be added back.
https://github.com/llvm/llvm-project/pull/81180
More information about the llvm-commits
mailing list