This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH][AArch64] Vreinterpret re-implemention for stage-1
- From: Marcus Shawcroft <marcus dot shawcroft at gmail dot com>
- To: Alex Velenko <Alex dot Velenko at arm dot com>
- Cc: "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>, Marcus Shawcroft <Marcus dot Shawcroft at arm dot com>
- Date: Tue, 18 Mar 2014 14:36:42 +0000
- Subject: Re: [PATCH][AArch64] Vreinterpret re-implemention for stage-1
- Authentication-results: sourceware.org; auth=none
- References: <52FC9461 dot 1060107 at arm dot com>
2014-02-13 9:46 GMT+00:00 Alex Velenko <Alex.Velenko@arm.com>:
> Hi,
> This patch re-implements vreinterpret intrinsics to directly call a cast.
> The aim is to forward as much information to front-end as possible.
> This patch had a full LE and BE regression run with no regressions.
>
> Is patch good to commit to stage-1?
OK for stage-1
/Marcus