This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Switch vec_init and vec_extract optabs to 2 mode optab to allow extraction of vector from vector or initialization of vector from smaller vectors (PR target/80846)
- From: Segher Boessenkool <segher at kernel dot crashing dot org>
- To: Jakub Jelinek <jakub at redhat dot com>
- Cc: Richard Biener <rguenther at suse dot de>, Uros Bizjak <ubizjak at gmail dot com>, David Edelsohn <dje dot gcc at gmail dot com>, Marcus Shawcroft <marcus dot shawcroft at arm dot com>, Richard Earnshaw <richard dot earnshaw at arm dot com>, Andreas Krebbel <Andreas dot Krebbel at de dot ibm dot com>, Matthew Fortune <matthew dot fortune at imgtec dot com>, Eric Botcazou <ebotcazou at libertysurf dot fr>, Andrew Jenner <andrew at codesourcery dot com>, gcc-patches at gcc dot gnu dot org
- Date: Tue, 1 Aug 2017 18:56:14 -0500
- Subject: Re: [PATCH] Switch vec_init and vec_extract optabs to 2 mode optab to allow extraction of vector from vector or initialization of vector from smaller vectors (PR target/80846)
- Authentication-results: sourceware.org; auth=none
- References: <20170725091432.GQ2123@tucnak> <20170725205256.GI13471@gate.crashing.org> <20170726070904.GV2123@tucnak> <20170726114123.GN13471@gate.crashing.org> <20170801162134.GY2123@tucnak>
On Tue, Aug 01, 2017 at 06:21:34PM +0200, Jakub Jelinek wrote:
> Apparently I broke power bootstrap with this, because two new spots were
> introduced after I wrote the patch and my cross-compiler which didn't have
> HAVE_AS_POWER9 defined didn't reveal that. Fixed thusly, committed as
> obvious to trunk:
Thanks!
Segher