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: need for instruction attributes (ia64)


On Thu, Jan 13, 2005 at 08:37:05AM +0100, Jan Beulich wrote:
> Perhaps (2) is the most reasonable thing, given that any construct
> loosely like
> 
> 	if (c)
> 		a = x ? y : z;
> 	else
> 		b = i ? j : k;
> 
> would benefit from .unc compares.

Indeed, though I don't have any good feeling of how often that happens.

> Now, that all said, would a basic (i.e. without the stuff discussed
> here) patch to add TImode arithmetic still be acceptable for 4.0?

If you can show that the existing support for TImode arithmetic
is broken, or regresses in performance from a previous release.
But otherwise I think we should probably wait.


r~


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