[all-commits] [llvm/llvm-project] 3896ad: [HLSL][RootSignature] Add parsing of ShaderVisibil...
Finn Plummer via All-commits
all-commits at lists.llvm.org
Tue Apr 22 12:46:56 PDT 2025
Branch: refs/heads/users/inbelic/pr-136751
Home: https://github.com/llvm/llvm-project
Commit: 3896adac6a37688756049d9a32a1c7c8b097fec8
https://github.com/llvm/llvm-project/commit/3896adac6a37688756049d9a32a1c7c8b097fec8
Author: Finn Plummer <finnplummer at microsoft.com>
Date: 2025-04-22 (Tue, 22 Apr 2025)
Changed paths:
M clang/include/clang/Parse/ParseHLSLRootSignature.h
M clang/lib/Parse/ParseHLSLRootSignature.cpp
M clang/unittests/Parse/ParseHLSLRootSignatureTest.cpp
M llvm/include/llvm/Frontend/HLSL/HLSLRootSignature.h
Log Message:
-----------
[HLSL][RootSignature] Add parsing of ShaderVisibility to DescriptorTable
- Defines `parseShaderVisiblity` to establish how single enums will be
parsed
- Adds unit testing of the visiblity enum
Part three of implementing #126569
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