This is the mail archive of the gcc@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]
Other format: [Raw text]

Re: GCC Benchmarks (coybench), AMD64 and i686, 14 August 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


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