[all-commits] [llvm/llvm-project] 558402: [HLSL][SPIRV] Implement the SPIR-V target type for...
Steven Perron via All-commits
all-commits at lists.llvm.org
Wed May 28 04:51:24 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5584020d8abf46f2852a59ed5333a7f2145bfec5
https://github.com/llvm/llvm-project/commit/5584020d8abf46f2852a59ed5333a7f2145bfec5
Author: Steven Perron <stevenperron at google.com>
Date: 2025-05-28 (Wed, 28 May 2025)
Changed paths:
M clang/lib/Basic/Targets/SPIR.h
M clang/lib/CodeGen/Targets/SPIR.cpp
M clang/test/CodeGenHLSL/default_cbuffer.hlsl
Log Message:
-----------
[HLSL][SPIRV] Implement the SPIR-V target type for cbuffers. (#140061)
This change implement the type used to represent cbuffer for SPIR-V.
Fixes https://github.com/llvm/llvm-project/issues/138274.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list