You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warning : Pointer '((struct Tanh*)return value of __dynamic_cast(...))', returned from function 'dynamic_cast' at CanonicalNodes.lst 38, may be NULL and is passed as 1st parameter in call to function '(anonymous namespace) CanonicalNodeDescBuilder visit' at CanonicalNodes.lst 38, where it is dereferenced at CanonicalNodeSummaryBuilder.cpp 244.
Let's fix it or ignore it.
The text was updated successfully, but these errors were encountered:
The whole lines on are reported as DEREF_OF_NULL.DYN_CAST in static analyzer.
For example,
ONE/compiler/loco/include/loco/IR/CanonicalNodes.lst
Line 37 in f9d691b
warning : Pointer '((struct Tanh*)return value of __dynamic_cast(...))', returned from function 'dynamic_cast' at CanonicalNodes.lst 38, may be NULL and is passed as 1st parameter in call to function '(anonymous namespace) CanonicalNodeDescBuilder visit' at CanonicalNodes.lst 38, where it is dereferenced at CanonicalNodeSummaryBuilder.cpp 244.
Let's fix it or ignore it.
The text was updated successfully, but these errors were encountered: