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
Prevent revisiting block when searching for noreturn vars
When searching for noreturn variable initializations, do not visit CFG
blocks that are already visited, it prevents hanging the analysis.
It must fix Ihttps://github.com/llvm/issues/150336.
Upstream-Status: Submitted [llvm#150582]
Signed-off-by: Khem Raj <[email protected]>
0 commit comments