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, rs6000] Fold vector logicals in GIMPLE


On Thu, 2017-05-11 at 14:15 -0500, Segher Boessenkool wrote:
> Hi!
> 
> On Thu, May 11, 2017 at 10:53:33AM -0500, Will Schmidt wrote:
> > Add handling for early expansion of vector locical operations in gimple.
> > Specifically: vec_and, vec_andc, vec_or, vec_xor, vec_orc, vec_nand.
> 
> You also handle nor (except in the changelog).  But what about eqv?

Right, in my excitement I lost my 'vec_nor', that one should be
mentioned as well. 

vec_eqv() I have as a later patch in my series, it will be showing up
once this first bunch are in.


> 
> Segher
> 



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