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] COND_EXPR lowering.


Hello,

>  >> You can't always use the CFG for everything.
>  >
>  >I don't say for everything.  But following the gotos is the reason for
>  >having cfg.
> Err, there are cases where we may want to follow gotos without a CFG.  Say
> in that wonderful little place when we've translated out of ssa form,
> but have not translated into RTL.

and what? You still have a cfg there, unless you are stupid enough to
throw it away.  And if you do, why are you concerned about assumptions
on things that are only relevant in case you have cfg?

Zdenek


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