[llvm] [AMDGPU] Change handling of unsupported non-compute shaders with HSA (PR #126798)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 12 08:44:54 PST 2025
================
@@ -0,0 +1,174 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --tool not --version 5
+; RUN: not llc -mtriple=amdgcn-unknown-amdhsa -O0 -stop-after=amdgpu-isel -o - < %s 2>&1 | FileCheck %s
----------------
arsenm wrote:
Don't need the -stop-after. Can also use -filetype=null
https://github.com/llvm/llvm-project/pull/126798
More information about the llvm-commits
mailing list