[llvm] [AMDGPU] Remove duplicate SGPR limit diagnostics from getSIProgramInfo (PR #192232)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 16 08:58:46 PDT 2026


================
@@ -1,4 +1,4 @@
-; RUN: not llc -mtriple=amdgcn < %s 2>&1 | FileCheck -check-prefix=ERROR %s
+; RUN: not llc -mtriple=amdgcn < %s 2>&1 | FileCheck -check-prefix=ERROR --implicit-check-not="exceeds limit" %s
----------------
arsenm wrote:

```suggestion
; RUN: not llc -mtriple=amdgcn < %s 2>&1 | FileCheck -check-prefix=ERROR --implicit-check-not="error" %s
```

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


More information about the llvm-commits mailing list