diff options
author | Finn Plummer <finn.c.plum@gmail.com> | 2025-07-07 15:25:08 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-07 15:25:08 -0700 |
commit | deba201f7067605abb0c5dccef614ff42433f4c4 (patch) | |
tree | 36fce4a966c98722d9bcae403eed3dd3d80b5bc3 /clang/lib/Basic/SourceManager.cpp | |
parent | 07cc7ea7d5aab72245253d44451342b1b80eb94b (diff) | |
download | llvm-deba201f7067605abb0c5dccef614ff42433f4c4.zip llvm-deba201f7067605abb0c5dccef614ff42433f4c4.tar.gz llvm-deba201f7067605abb0c5dccef614ff42433f4c4.tar.bz2 |
[NFC][HLSL][DirectX] Move `DXILRootSignature` validations to `RootSignatureValidations` library (#147110)
Simple code movement of the verification logic in `validate` of the
`DXILRootSignature` pass.
Moving this code to the `RootSignatureValidations` library allows for
the common verifications to be used in the frontend.
- Moves all the `static` verification functions used in
`DXILRootSignature` to the `RootSignatureValidations` library
- Updates `DXILRootSignature` to use the moved functions
Resolves: https://github.com/llvm/llvm-project/issues/145940
Diffstat (limited to 'clang/lib/Basic/SourceManager.cpp')
0 files changed, 0 insertions, 0 deletions