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: PR/18308: ice-on-valid because of non-GIMPLE



On Jan 4, 2005, at 3:20 AM, Paolo Bonzini wrote:


It looks like phiopt is essentially a fold() on COND_EXPRs that if-conversion produces, and that could expose more optimization opportunities.
IIRC someone actually reimplemented phiopt using fold :-)  It's on
the list of things to examine once we start looking at 4.1 stuff.

It is on my to-do list to see at what Andrew Pinski changed for phiopt in tcb, and adapt my patch to those changes.

It is also on my TODO list to look over your patch and figure out if there
is anything to be done.


-- Pinski


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