[all-commits] [llvm/llvm-project] ab3904: [HLSL][RootSignature] Add parsing of flags to Root...

Finn Plummer via All-commits all-commits at lists.llvm.org
Thu May 15 15:09:54 PDT 2025


  Branch: refs/heads/users/inbelic/pr-140152
  Home:   https://github.com/llvm/llvm-project
  Commit: ab3904222ef1d21a6040a27e753598d8525c068a
      https://github.com/llvm/llvm-project/commit/ab3904222ef1d21a6040a27e753598d8525c068a
  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 flags to RootParam

- defines RootDescriptorFlags in-memory representation
- defines parseRootDescriptorFlags to be DXC compatible. This is why we
support multiple `|` flags even validation will assert that only one
flag is set...
- add unit 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