This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [tree-ssa] Removal of gotos from cfg based ir


Hello,

> > > FWIW, LLVM does the exact opposite of this: the CFG is implicitly defined
> > > by the goto's in the program (as opposed to Zdenek's design, where the
> > > gotos are implicitly defined by the CFG).
> >
> > how do you get the edges in the cfg then?
> 
> Def-use edges, which are tracked for all SSA values.

how do you then do things like jump threading?

Zdenek


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]