GCC Benchmarks (coybench), AMD64 and i686, 14 August 2004
Daniel Berlin
dberlin@dberlin.org
Wed Aug 18 13:09:00 GMT 2004
>
> Now one *would* think that GCC was optimized specially for this
> benchmark! :-)
>
> I don't know why MIN_EXPR and MAX_EXPR were left out of GIMPLE given
> that ABS_EXPR is there.
I thought we had this discussion a while ago, and the result was "MIN
and MAX are GIMPLE, but we might as well keep the early simplification"
for some reason.
In fact, I know we had this discussion, and decided that MIN_EXPR and
MAX_EXPR are GIMPLE, because the linear loop transforms uses it. It
just didn't require any patches to make this true (because the
predicates are testing class '2' and whatnot).
--Dan
More information about the Gcc
mailing list