diff options
author | Finn Plummer <finn.c.plum@gmail.com> | 2025-06-24 09:11:24 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-24 09:11:24 -0700 |
commit | 6a8899cee7131c7678d72f29cc080bc6f1d3a124 (patch) | |
tree | f9b9520d0b50d433405cc492bd56d662f7fb07af /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 559218f7ee78f77d32c14cd14a56b799167596f5 (diff) | |
download | llvm-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