[all-commits] [llvm/llvm-project] 08964d: [HLSL][SPIRV] Handle `uint` type for spec constant...
Steven Perron via All-commits
all-commits at lists.llvm.org
Thu Jun 26 08:19:24 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 08964d69b069df772a8b52d6f6139949970d3a5e
https://github.com/llvm/llvm-project/commit/08964d69b069df772a8b52d6f6139949970d3a5e
Author: Steven Perron <stevenperron at google.com>
Date: 2025-06-26 (Thu, 26 Jun 2025)
Changed paths:
M clang/lib/Sema/SemaHLSL.cpp
M clang/test/AST/HLSL/vk.spec-constant.usage.hlsl
M clang/test/CodeGenHLSL/vk-features/vk.spec-constant.hlsl
Log Message:
-----------
[HLSL][SPIRV] Handle `uint` type for spec constant (#145577)
The testing only tried `unsigned int` and not `uint`. We want to
correctly handle these surgared types as specialization constants.
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