[llvm] [HLSL] Add support to lookup a ResourceBindingInfo from its use (PR #126556)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 10 10:09:43 PST 2025
github-actions[bot] wrote:
<!--LLVM CODE FORMAT COMMENT: {clang-format}-->
:warning: C/C++ code formatter, clang-format found issues in your code. :warning:
<details>
<summary>
You can test this locally with the following command:
</summary>
``````````bash
git-clang-format --diff 01072e546fd6243b889c6cfc109e9ad761e1b17c 09b63733c9edadf42fbebe7e8a8376770cd016cb --extensions h,cpp -- llvm/unittests/Target/DirectX/UniqueResourceFromUseTests.cpp llvm/include/llvm/Analysis/DXILResource.h llvm/lib/Analysis/DXILResource.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/llvm/lib/Analysis/DXILResource.cpp b/llvm/lib/Analysis/DXILResource.cpp
index 1c34850caa..5f4fec49ad 100644
--- a/llvm/lib/Analysis/DXILResource.cpp
+++ b/llvm/lib/Analysis/DXILResource.cpp
@@ -848,7 +848,7 @@ bool DXILResourceBindingWrapperPass::runOnModule(Module &M) {
}
void DXILResourceBindingWrapperPass::releaseMemory() {
- // TODO: Can't comment out this code
+// TODO: Can't comment out this code
/*Map.reset();*/ }
void DXILResourceBindingWrapperPass::print(raw_ostream &OS,
``````````
</details>
https://github.com/llvm/llvm-project/pull/126556
More information about the llvm-commits
mailing list