[CodeGen] ExpandLargeFpConvert - don't dereference a dyn_cast result
dyn_cast is allowed to return NULL - use cast<> to assert that the cast type is valid Fixes static analysis warning.
parent
3f9e2e17
Please register or sign in to comment
dyn_cast is allowed to return NULL - use cast<> to assert that the cast type is valid Fixes static analysis warning.