Files
llvm-project/llvm/lib/BinaryFormat/DXContainer.cpp
joaosaffran 58ce3e20e5 [DirectX] Fix Flags validation to prevent casting into enum (#161587)
This PR changes the validation logic for Root Descriptor and Descriptor
Range flags to properly check if the `uint32_t` values are within range
before casting into the enums.
2025-10-06 17:21:28 -04:00

9.3 KiB