We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nullptr
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See details at https://scan.coverity.com/projects/intel-llvm?tab=overview as CID 490176:
490176
SPIRV-LLVM-Translator/lib/SPIRV/SPIRVReader.cpp
Line 1109 in 590068b
If we don't expect the cast to fail, then we should use cast instead of dyn_cast. The former contains an assertion instead of runtime check
cast
dyn_cast
The text was updated successfully, but these errors were encountered:
No branches or pull requests
See details at https://scan.coverity.com/projects/intel-llvm?tab=overview as CID
490176
:SPIRV-LLVM-Translator/lib/SPIRV/SPIRVReader.cpp
Line 1109 in 590068b
If we don't expect the cast to fail, then we should use
cast
instead ofdyn_cast
. The former contains an assertion instead of runtime checkThe text was updated successfully, but these errors were encountered: