[all-commits] [llvm/llvm-project] 770d0b: [DirectX] Fix order of `v2::DescriptorRange` (#145...
joaosaffran via All-commits
all-commits at lists.llvm.org
Tue Jun 24 14:28:20 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 770d0b028aa8e55e5d913d0f7bce527d3facdcd6
https://github.com/llvm/llvm-project/commit/770d0b028aa8e55e5d913d0f7bce527d3facdcd6
Author: joaosaffran <126493771+joaosaffran at users.noreply.github.com>
Date: 2025-06-24 (Tue, 24 Jun 2025)
Changed paths:
M llvm/include/llvm/BinaryFormat/DXContainer.h
M llvm/include/llvm/Object/DXContainer.h
M llvm/lib/MC/DXContainerRootSignature.cpp
M llvm/lib/ObjectYAML/DXContainerYAML.cpp
M llvm/unittests/Object/DXContainerTest.cpp
M llvm/unittests/ObjectYAML/DXContainerYAMLTest.cpp
Log Message:
-----------
[DirectX] Fix order of `v2::DescriptorRange` (#145555)
As pointed in #145438, the order of elements in `v2::DescriptorRange` is
wrong according to the root signature file format. This changes the
order and updates the code and test to continue to pass.
Closes: #145438
---------
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