[clang] [llvm] [HLSL][SPIR-V] Implement vk::push_constant (PR #166793)

Steven Perron via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 10 07:58:44 PST 2025


================
@@ -0,0 +1,12 @@
+// RUN: %clang_cc1 -triple spirv-unknown-vulkan1.3-compute -x hlsl -ast-dump -o - %s | FileCheck %s
----------------
s-perron wrote:

Could you add an extra run command to make sure the attribute is added when targeting DXIL too?

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


More information about the llvm-commits mailing list