[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:45 PDT 2025
================
@@ -0,0 +1,30 @@
+; RUN: llc -mcpu=gfx1200 -o - < %s | FileCheck %s --check-prefixes=CHECK,PACKED
+; RUN: llc -mcpu=gfx1030 -o - < %s | FileCheck %s --check-prefixes=CHECK,NOTPACKED
----------------
arsenm wrote:
```suggestion
; RUN: llc -mcpu=gfx1200 < %s | FileCheck %s --check-prefixes=CHECK,PACKED
; RUN: llc -mcpu=gfx1030 < %s | FileCheck %s --check-prefixes=CHECK,NOTPACKED
```
https://github.com/llvm/llvm-project/pull/149052
More information about the llvm-branch-commits
mailing list