This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patches] Re: SSE min/max instruction support
On Sun, Feb 25, 2001 at 12:14:14AM +0100, Jan Hubicka wrote:
> So I've started to play with idea, that probably emit_conditional_move
> should be pretty aggresive and should try such special cases first - min,max,
> store flags and similar before doing the conditional move expander.
No, I think this should be done directly in ifcvt.c without
cluttering up emit_conditional_move.
r~