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
Three address code for any given program is taken as the input. The basic block and control flow graph (CFG) is computed for the generated intermediate representation (IR). The dominator for the CFG is computed and displayed using dotty (graphviz).The SSA form of the program for the given IR is also computed.