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

Robert Imschweiler via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 15 05:55:41 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
----------------
ro-i wrote:

afaik, your changes are actually untested because they target subtargets (volvanic/sea islands) that aren't chosen by default without appropriate -mcpu flag.

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


More information about the llvm-commits mailing list