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]

Re: Bug in reload_cse_move2add()


> 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.
> 

it's also wrong, since if_then_else has different meaning for side-effect 
in a false arm.

R.


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