Files
clang-p2996/llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
Simon Pilgrim 5e7912d80f [LowerMatrixIntrinsics] writeFnName - don't dereference a dyn_cast<>. NFC.
dyn_cast<> can return null - use cast<> instead to assert the cast is valid before dereferencing the casted pointer.

Fixes static-analyzer null dereference warning.
2022-01-06 17:09:32 +00:00

90 KiB