https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85910

Eric Gallager <egallager at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |egallager at gcc dot gnu.org

--- Comment #3 from Eric Gallager <egallager at gcc dot gnu.org> ---
(In reply to rsand...@gcc.gnu.org from comment #2)
> Author: rsandifo
> Date: Thu Aug 23 08:51:38 2018
> New Revision: 263803
> 
> URL: https://gcc.gnu.org/viewcvs?rev=263803&root=gcc&view=rev
> Log:
> Fix aarch64_evpc_tbl guard (PR 85910)
> 
> This patch fixes a typo in aarch64_expand_vec_perm_const_1 that I
> introduced as part of the SVE changes.  I don't know of any cases in
> which it has any practical effect, since we'll eventually try to use
> TBL as a variable permute instead.  Having the code is still an
> important part of defining the interface properly and so we shouldn't
> simply drop it.
> 
> 2018-08-23  Richard Sandiford  <richard.sandif...@arm.com>
> 
> gcc/
>       PR target/85910
>       * config/aarch64/aarch64.c (aarch64_expand_vec_perm_const_1): Fix
>       aarch64_evpc_tbl guard.
> 
> Modified:
>     trunk/gcc/ChangeLog
>     trunk/gcc/config/aarch64/aarch64.c

Did this fix it?

Reply via email to