This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Bug in reload_cse_move2add()
- To: Alexandre Oliva <aoliva at redhat dot com>
- Subject: Re: Bug in reload_cse_move2add()
- From: Richard Henderson <rth at redhat dot com>
- Date: Thu, 18 Jan 2001 23:11:56 -0800
- Cc: rearnsha at arm dot com, Joern Rennecke <amylaar at redhat dot com>, Richard Earnshaw <rearnsha at buzzard dot freeserve dot co dot uk>, gcc-patches at gcc dot gnu dot org, law at redhat dot com
- References: <200101171606.QAA29270@cam-mail2.cambridge.arm.com> <ord7dmt9jg.fsf@guarana.lsd.ic.unicamp.br>
On Wed, Jan 17, 2001 at 02:42:27PM -0200, Alexandre Oliva wrote:
> * rtlanal.c (note_stores): Turn (cond_exec t (set x y)) into
> (set x (if_then_else t y x)).
I hate it. There's a reason why we didn't use this
representation in the first place.
r~