[llvm] [AMDGPU] Change handling of unsupported non-compute shaders with HSA (PR #126798)

Robert Imschweiler via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 12 07:48:13 PST 2025


================
@@ -1,19 +0,0 @@
-; RUN: not llc -mtriple=amdgcn-unknown-amdhsa < %s 2>&1 | FileCheck %s
-
-; CHECK: in function pixel_s{{.*}}: unsupported non-compute shaders with HSA
----------------
ro-i wrote:

Yeah, in the meantime, I found this by searching through similar tests (basically `grep -rl "LLVM ERROR"` ^^). However, it still somehow skipped the first line, even though stderr was redirected to stdout. But this is no longer an issue since I removed the fatal error again, based on the feedback I received here.

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


More information about the llvm-commits mailing list