[llvm] [AMDGPU] Enable kernel arg preloading with gfx90a (PR #81180)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 9 09:36:20 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 {
----------------
arsenm wrote:

Isn't this still needed if you're just adding a new debug trap?

https://github.com/llvm/llvm-project/pull/81180


More information about the llvm-commits mailing list