[all-commits] [llvm/llvm-project] 15857b: [HLSL][RootSignature] Add mandatory parameters for...

Finn Plummer via All-commits all-commits at lists.llvm.org
Wed Apr 30 11:11:25 PDT 2025


  Branch: refs/heads/users/inbelic/pr-138002
  Home:   https://github.com/llvm/llvm-project
  Commit: 15857bf8e1303e2325b48e417e7abd26aa77910e
      https://github.com/llvm/llvm-project/commit/15857bf8e1303e2325b48e417e7abd26aa77910e
  Author: Finn Plummer <canadienfinn at gmail.com>
  Date:   2025-04-30 (Wed, 30 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 mandatory parameters for RootConstants

- defines the `parseRootConstantParams` function and adds handling for
the mandatory arguments of `num32BitConstants` and `bReg`

- adds corresponding unit tests

Part two of implementing



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