llvm-project
51bc0c1d
- [HLSL][NFC] Fix range check in verifyRegisterSpace (#152615)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#152615 - [HLSL][NFC] Fix range check in verifyRegisterSpace
Author
shafik
Parents
8ad8876c
Loading