[llvm-branch-commits] [llvm] [AMDGPU] Ignore inactive VGPRs in .vgpr_count (PR #149052)

Matt Arsenault via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Jul 16 03:17:52 PDT 2025


================
@@ -0,0 +1,25 @@
+; RUN: llc -mcpu=gfx1200 -o - < %s | FileCheck %s
----------------
arsenm wrote:

```suggestion
; RUN: llc -mcpu=gfx1200 < %s | FileCheck %s
```

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


More information about the llvm-branch-commits mailing list