llvm-project
51bc0c1d - [HLSL][NFC] Fix range check in verifyRegisterSpace (#152615)

Commit
136 days ago
[HLSL][NFC] Fix range check in verifyRegisterSpace (#152615) Static analysis flagged the second part of this range check as always true. RegisterSpace is uint32_t therefore the max value is 0xFFFFFFFF and so the first check is sufficient.
Author
Parents
Loading