[llvm] [AMDGPU] Reorganize tests to unblock #112403 (PR #115503)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 8 08:13:04 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:
Should also add a .xfail or something to the test name
Also replace -o - with -filetype=null
https://github.com/llvm/llvm-project/pull/115503
More information about the llvm-commits
mailing list