[all-commits] [llvm/llvm-project] cfdcbe: [HLSL] Refactor Offset calculation while writing R...

joaosaffran via All-commits all-commits at lists.llvm.org
Tue Feb 25 16:39:33 PST 2025


  Branch: refs/heads/users/joaosaffran/127840
  Home:   https://github.com/llvm/llvm-project
  Commit: cfdcbe7ebe246ed771efd1ae498e011010b7f363
      https://github.com/llvm/llvm-project/commit/cfdcbe7ebe246ed771efd1ae498e011010b7f363
  Author: joaosaffran <126493771+joaosaffran at users.noreply.github.com>
  Date:   2025-02-25 (Tue, 25 Feb 2025)

  Changed paths:
    M llvm/lib/MC/DXContainerRootSignature.cpp
    M llvm/test/CodeGen/DirectX/ContainerData/RootSignature-Flags.ll
    M llvm/test/ObjectYAML/DXContainer/RootSignature-Flags.yaml
    M llvm/test/ObjectYAML/DXContainer/RootSignature-MultipleParameters.yaml
    M llvm/unittests/ObjectYAML/DXContainerYAMLTest.cpp

  Log Message:
  -----------
  [HLSL] Refactor Offset calculation while writing Root Signatures. (#128577)

This PR is refactoring Root Signatures serialization process to remove
the need to manually calculate offsets. The tests being changed are not
functional, since Static Samplers are still not implemented.

---------

Co-authored-by: joaosaffran <joao.saffran at microsoft.com>



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