[llvm] [AMDGPU] Fixed llvm-debuginfo-analyzer for AMDGPU. (PR #145125)
    Matt Arsenault via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Aug  7 21:01:04 PDT 2025
    
    
  
================
@@ -0,0 +1,210 @@
+# 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: S_ENDPGM
----------------
arsenm wrote:
This isn't really better than checking nothing, generate the checks? 
https://github.com/llvm/llvm-project/pull/145125
    
    
More information about the llvm-commits
mailing list