[llvm] [HLSL] Add descriptor table metadata parsing (PR #142492)
Finn Plummer via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 5 15:17:16 PDT 2025
================
@@ -391,14 +567,12 @@ PreservedAnalyses RootSignatureAnalysisPrinter::run(Module &M,
OS << "Definition for '" << F.getName() << "':\n";
// start root signature header
- Space++;
----------------
inbelic wrote:
These don't seem like a related change? I guess it is to conform to use explicit idents everywhere instead of incremeting/decrementing?
https://github.com/llvm/llvm-project/pull/142492
More information about the llvm-commits
mailing list