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: [tuples] Cleanups for tree-ssa-operands.c


On Fri, Jul 04, 2008 at 10:13:21AM -0400, Jakub Jelinek wrote:
> Hi!
> 
> None of these 5 trees can be ever in any GIMPLE stmt arguments,
> so they definitely don't need to be handled in get_expr_operands.
> As ATM normal OpenMP code is expanded pre-SSA and thus by SSA all the
> GIMPLE_OMP_* stmts are gone and tree-parloops.c just creates them
> and immediately expands, I don't think we need to handle any
> GIMPLE_OMP_* in tree-ssa-operands.c either.
> 
> Bootstrapped/regtested on x86_64-linux, ok for tuples?

Yes, but can you put a note in the switch statement in get_expr_operands
explaining why we don't handle these cases you took out?

Thank you.

Aldy


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