[llvm] [SPIRV] Split async copy tests and fix invalid tests (PR #178718)
Steven Perron via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 30 07:59:30 PST 2026
================
@@ -1,97 +1,100 @@
-; RUN: llc -O0 -mtriple=spirv32-unknown-unknown %s -o - | FileCheck %s
+; RUN: llc -O0 -mtriple=spirv32-unknown-unknown %s -o - | FileCheck %s --check-prefix=CHECK-SPIRV
----------------
s-perron wrote:
Why do you use CHECK-SPIRV instead of the default CHECK? This usually used when there are multiple run commands that will require different CHECKs.
https://github.com/llvm/llvm-project/pull/178718
More information about the llvm-commits
mailing list