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
While lowering from parse-tree to FIR we can sometimes generate some dead code. This is currently handled by a call to simplifyRegions in endFunction in Bridge.cpp. This ticket captures the FIXME present at the callsite.
While lowering from parse-tree to FIR we can sometimes generate some dead code. This is currently handled by a call to
simplifyRegions
inendFunction
inBridge.cpp
. This ticket captures the FIXME present at the callsite.This ticket is created as a fallout of upstreaming the lowering of goto statement (https://reviews.llvm.org/D118983).
The text was updated successfully, but these errors were encountered: