This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: jump bypass confuses noce_try_minmax
On Fri, Nov 21, 2003 at 09:02:32PM -0500, DJ Delorie wrote:
>
> > I would not have coded it this way, because on most architectures
> > I would get worse code.
>
> Right, but on the particular architecture I'm working on, you'd expect
> to get optimal code. But since neither test case works right, that's
> a moot point.
Maybe the right solution is to have builtin min/max functions.