[llvm] [SPIR-V] Add support for SPV_INTEL_masked_gather_scatter extension (PR #185418)
Juan Manuel Martinez CaamaƱo via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 10 03:26:08 PDT 2026
================
@@ -1,6 +1,6 @@
-; RUN: not --crash llc -O0 -mtriple=spirv64-unknown-unknown %s -o - 2>&1 | FileCheck %s
+; RUN: not llc -O0 -mtriple=spirv64-unknown-unknown %s -o - 2>&1 | FileCheck %s
----------------
jmmartinez wrote:
Use `-o /dev/null` if you're ignoring the output.
https://github.com/llvm/llvm-project/pull/185418
More information about the llvm-commits
mailing list