[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:09 PDT 2026


================
@@ -0,0 +1,13 @@
+; REQUIRES: asserts
+; RUN: not --crash llc -O0 -mtriple=spirv64-unknown-unknown %s 2>&1 | FileCheck %s
+
+; CHECK: Vector of pointers requires SPV_INTEL_masked_gather_scatter
----------------
jmmartinez wrote:

I don't think this should be failing through an assert. Asserts are for the developers, not for the user. We should be failing with an error.

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


More information about the llvm-commits mailing list