[llvm] [NFC][HLSL] Rename ResourceBinding Types (PR #134165)
Ashley Coleman via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 2 15:34:54 PDT 2025
================
@@ -22,7 +22,7 @@ MODULE_ANALYSIS("callgraph", CallGraphAnalysis())
MODULE_ANALYSIS("collector-metadata", CollectorMetadataAnalysis())
MODULE_ANALYSIS("ctx-prof-analysis", CtxProfAnalysis())
MODULE_ANALYSIS("dxil-metadata", DXILMetadataAnalysis())
-MODULE_ANALYSIS("dxil-resource-binding", DXILResourceBindingAnalysis())
----------------
V-FEXrt wrote:
Not sure that it matters but it could be argued that this change invalidates the NFC status of this PR.
It technically changes the CLI API for the shader compiler but only for explicitly listing the pass names.
https://github.com/llvm/llvm-project/pull/134165
More information about the llvm-commits
mailing list