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: [PATCH] PR30391: GIMPLE_MODIFY_STMT vs. middle-end


> This is very similar to the way that instructions are handled in the RTL
> optimizers, all of the simplification code takes patterns (RTX), but not
> insns which are doubly linked data structures for organizing them.  This
> conceptual distinction between an insn's pattern [the expression it
> evaluates] and the insn itself, may be useful to retain in the tree-ssa
> optimizers.

I agree.


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