aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorFinn Plummer <finn.c.plum@gmail.com>2025-06-24 09:11:24 -0700
committerGitHub <noreply@github.com>2025-06-24 09:11:24 -0700
commit6a8899cee7131c7678d72f29cc080bc6f1d3a124 (patch)
treef9b9520d0b50d433405cc492bd56d662f7fb07af /clang/lib/CodeGen/CodeGenModule.cpp
parent559218f7ee78f77d32c14cd14a56b799167596f5 (diff)
downloadllvm-6a8899cee7131c7678d72f29cc080bc6f1d3a124.zip
llvm-6a8899cee7131c7678d72f29cc080bc6f1d3a124.tar.gz
llvm-6a8899cee7131c7678d72f29cc080bc6f1d3a124.tar.bz2
[HLSL][RootSignature] Enable resource range analysis for remaining `RootElement`s (#145109)
As implemented previously https://github.com/llvm/llvm-project/pull/140962. We now have a validation pass to ensure that there is no overlap in the register ranges of the associated resources. However, in the previous pr, for the sake of brevity, we only "collected `RangeInfo`" for Root Descriptors. This means the analysis is not run on any other `RootElement` type. This pr simply implements the collection of `RangeInfo` for the remaining types so that the analysis is run account for all `RootElement` types. Additionally, we improve the diagnostics message to display `unbounded` ranges. Part 3 of and Resolves https://github.com/llvm/llvm-project/issues/129942.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions