This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH, rs6000] Fold vector logicals in GIMPLE
- From: Segher Boessenkool <segher at kernel dot crashing dot org>
- To: Will Schmidt <will_schmidt at vnet dot ibm dot com>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>, David Edelsohn <dje dot gcc at gmail dot com>, Bill Schmidt <wschmidt at linux dot vnet dot ibm dot com>
- Date: Thu, 11 May 2017 14:15:39 -0500
- Subject: Re: [PATCH, rs6000] Fold vector logicals in GIMPLE
- Authentication-results: sourceware.org; auth=none
- References: <1494518013.15163.35.camel@brimstone.rchland.ibm.com>
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?
Segher