[llvm] [AMDGPU] Include unused preload kernarg in KD total SGPR count (PR #104743)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 19 01:21:04 PDT 2024


================
@@ -0,0 +1,14 @@
+; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx940 -filetype=obj < %s > %t
+; RUN: llvm-objdump -s -j .rodata %t | FileCheck --check-prefix=OBJDUMP %s
----------------
arsenm wrote:

Don't need this temporary file 

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


More information about the llvm-commits mailing list