llvm-project
aa1829df - [NFC][HLSL] Move resource range logic from `SemaHLSL` to `RootSignatureValidations` (#147117)

Commit
161 days ago
[NFC][HLSL] Move resource range logic from `SemaHLSL` to `RootSignatureValidations` (#147117) This pr abstracts out the logic of detecting resource range overlap from `SemaHLSL` into the `RootSignatureValidations` library. For more context see linked issue. - Moves the validation logic from `SemaHLSL` to `RootSignatureValidations` - Updates `SemaHLSL` to use the new interface for the validations Resolves: https://github.com/llvm/llvm-project/issues/146393
Author
Parents
Loading