[llvm] [SPIR-V] Complete SPV_INTEL_16bit_atomics extension support (PR #184312)

Marcos Maronas via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 4 02:16:30 PST 2026


================
@@ -0,0 +1,38 @@
+; RUN: not llc -O0 -mtriple=spirv64-unknown-unknown --spirv-ext=+SPV_KHR_bfloat16 %s -o %t.spvt 2>&1 | FileCheck %s --check-prefix=CHECK-ERROR
+
+; RUN: llc -verify-machineinstrs -O0 -mtriple=spirv64-unknown-unknown --spirv-ext=+SPV_INTEL_16bit_atomics,+SPV_KHR_bfloat16 %s -o - | FileCheck %s
----------------
maarquitos14 wrote:

Should we try with vulkan as well?

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


More information about the llvm-commits mailing list