[llvm] [AMDGPU] Fixed llvm-debuginfo-analyzer for AMDGPU. (PR #145125)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 11 18:07:16 PDT 2025


================
@@ -0,0 +1,131 @@
+# RUN: llc %s -o - -mcpu=gfx1030 -O0 -run-pass=si-pre-allocate-wwm-regs | FileCheck %s
+
+# Simple regression test to make sure DBG_VALUE $noreg does not assert in the pass
+
+# CHECK: $vgpr0 = IMPLICIT_DEF
+# CHECK: $vgpr0 = SI_SPILL_S32_TO_VGPR $sgpr3, 0, $vgpr0
+
+--- |
+  target triple = "amdgcn-amd-amdpal"
+  %dx.types.ResRet.f32 = type { float, float, float, float, i32 }
+  
+  ; Function Attrs: memory(readwrite)
----------------
arsenm wrote:

```suggestion
```

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


More information about the llvm-commits mailing list