This is the mail archive of the gcc@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] Inlining vs gimple vs compound expressions


On Thu, 27 Feb 2003 15:34:30 -0500, Daniel Berlin <dberlin at dberlin dot org> wrote:

> That said, it's not that i like CE's particularly, since right now the
> restrictions on them make me unable to easily do SSAPRE insertion (in
> particular, the requirement that the first argument of a CE not be a CE
> itself)

This needn't be a requirement, except in the interests of avoiding
recursion.  In the gimplifier I frequently replace simple statements with
CEs, which usually means putting one in the first argument of another CE;
this is later tidied up with a call to rationalize_compound_expr.  Would a
strategy like that work for you?

Jason


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