[llvm] [AMDGPU] Reorganize tests to unblock #112403 (PR #115503)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 8 08:52:10 PST 2024


================
@@ -0,0 +1,27 @@
+; RUN: not --crash llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 %s -o - 2>&1 | FileCheck -enable-var-scope %s
+
----------------
arsenm wrote:

You aren't using stdout, so don't produce it 

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


More information about the llvm-commits mailing list