[clang] [llvm] [HLSL][DXIL][SPIRV] QuadReadAcrossDiagonal intrinsic support (PR #188567)

via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 26 09:08:57 PDT 2026


================
@@ -0,0 +1,44 @@
+; RUN: llc -verify-machineinstrs -O0 -mtriple=spirv-vulkan-unknown %s -o - | FileCheck %s
+; RUN: %if spirv-tools %{ llc -O0 -mtriple=spirv-vulkan-unknown %s -o - -filetype=obj | spirv-val %}
----------------
kcloudy0717 wrote:

A question for @s-perron: Is specifying `internal` for functions not the correct way? The check is getting `error: line 4: Capability Linkage is not allowed by Vulkan 1.3 specification (or requires extension)` after adding the vulkan1.3 triple and target env. Is `hidden` visibility style what I'm looking for?

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


More information about the cfe-commits mailing list