[all-commits] [llvm/llvm-project] 3f066f: [HLSL][DirectX] Extract HLSLBinding out of DXILRes...
Justin Bogner via All-commits
all-commits at lists.llvm.org
Thu Jul 31 08:36:09 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3f066f5fcfbab3784b2ecc54744c2d7000a8c4fc
https://github.com/llvm/llvm-project/commit/3f066f5fcfbab3784b2ecc54744c2d7000a8c4fc
Author: Justin Bogner <mail at justinbogner.com>
Date: 2025-07-31 (Thu, 31 Jul 2025)
Changed paths:
M llvm/include/llvm/Analysis/DXILResource.h
A llvm/include/llvm/Frontend/HLSL/HLSLBinding.h
M llvm/lib/Analysis/CMakeLists.txt
M llvm/lib/Analysis/DXILResource.cpp
M llvm/lib/Frontend/HLSL/CMakeLists.txt
A llvm/lib/Frontend/HLSL/HLSLBinding.cpp
M llvm/unittests/Frontend/CMakeLists.txt
A llvm/unittests/Frontend/HLSLBindingTest.cpp
M llvm/unittests/Target/DirectX/ResourceBindingAnalysisTests.cpp
Log Message:
-----------
[HLSL][DirectX] Extract HLSLBinding out of DXILResource. NFC (#150633)
We extract the binding logic out of the DXILResource analysis passes into the
FrontendHLSL library. This will allow us to use this logic for resource and
root signature bindings in both the DirectX backend and the HLSL frontend.
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