[clang] [llvm] [SPIRV] Add support for the `SPV_EXT_long_vector` extension (PR #210279)
Marcos Maronas via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 29 06:02:56 PDT 2026
================
@@ -0,0 +1,34 @@
+; RUN: llc -verify-machineinstrs -O0 --spirv-ext=+SPV_INTEL_masked_gather_scatter,+SPV_EXT_long_vector -mtriple=spirv64-unknown-unknown %s -o - | FileCheck %s
----------------
maarquitos14 wrote:
Should we also check that it fails without `SPV_INTEL_masked_gather_scatter`?
https://github.com/llvm/llvm-project/pull/210279
More information about the cfe-commits
mailing list