This is the mail archive of the gcc-patches@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: [PATCH]Fix vcond implementation in altivec


David Edelsohn <dje@watson.ibm.com> wrote on 09.03.2007 18:52:26:

> >>>>> Sa Liu writes:
> 
> Sa> Currently the implementation of vcond patterns for the rs6000 
altivec 
> Sa> contains some mistakes of matching operands.
> 
> Sa> http://gcc.gnu.org/ml/gcc/2007-02/msg00626.html
> 
> Sa> This patch fixes the mismatches using if_then_else operator, instead 
of 
> Sa> UNSPECs. 
> 
> Sa> Is it OK for mainline?
> 
>    The concept is fine.  Was the patch bootstrapped and regression
> tested with no new failures?

Yes, the patch has been bootstrapped and regression tested on 
powerpc64-ibm-linux.

> 
>    It is okay if it successfully tested.
> 
> David
> 

It will be committed soon.

Thanks,
Sa


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