AMDGPUPrintfRuntimeBinding - don't dereference a dyn_cast<> pointer. NFCI.
We dereference the dyn_cast<> in all paths - use cast<> to silence the clang static analyzer warning.
Loading
Please sign in to comment
We dereference the dyn_cast<> in all paths - use cast<> to silence the clang static analyzer warning.