[llvm] [AMDGPU] Enable serializing of allocated preload kernarg SGPRs info (PR #168374)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 20 17:51:14 PST 2025


================
@@ -0,0 +1,18 @@
+# RUN: not llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx950 -start-after=amdgpu-isel -verify-machineinstrs %s -o /dev/null 2>&1 | FileCheck %s
----------------
arsenm wrote:

```suggestion
# RUN: not llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx950 -run-pass=none -filetype=null %s 2>&1 | FileCheck %s
```

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


More information about the llvm-commits mailing list