[all-commits] [llvm/llvm-project] 994bc3: [HLSL][RootSignature] Add parsing of Register in p...
Finn Plummer via All-commits
all-commits at lists.llvm.org
Thu May 15 15:02:12 PDT 2025
Branch: refs/heads/users/inbelic/pr-140148
Home: https://github.com/llvm/llvm-project
Commit: 994bc35f7eb1707097511a121d2a5a0b6f42637c
https://github.com/llvm/llvm-project/commit/994bc35f7eb1707097511a121d2a5a0b6f42637c
Author: Finn Plummer <canadienfinn at gmail.com>
Date: 2025-05-15 (Thu, 15 May 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 Register in params for RootParams
- defines the `parseRootParamParams` infastructure for parsing the
params of a RootParam
- defines the register type to illustrate use
- add tests to demonstrate functionality
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