This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [AArch64] Move iterators from atomics.md to iterators.md
- From: James Greenhalgh <james dot greenhalgh at arm dot com>
- To: Matthew Wahab <matthew dot wahab at foss dot arm dot com>
- Cc: gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Tue, 10 Nov 2015 15:34:53 +0000
- Subject: Re: [AArch64] Move iterators from atomics.md to iterators.md
- Authentication-results: sourceware.org; auth=none
- References: <56374C82 dot 4050305 at foss dot arm dot com>
On Mon, Nov 02, 2015 at 11:44:02AM +0000, Matthew Wahab wrote:
> Hello
>
> One of the review comments for the v8.1 atomics patches was that the
> iterators and unspec declarations should be moved out of the atomics.md
> file (https://gcc.gnu.org/ml/gcc-patches/2015-09/msg01375.html).
>
> The iterators in atomics.md are tied to the unspecv definition in the
> same file. This patch moves both into iterators.md.
>
> Tested aarch64-none-elf with cross-compiled check-gcc and
> aarch64-none-linux-gnu with native bootstrap and make check.
>
> Ok for trunk?
OK.
Thanks,
James
> Matthew
>
> gcc/
> 2015-11-02 Matthew Wahab <matthew.wahab@arm.com>
>
> * config/aarch64/atomics.md (unspecv): Move to iterators.md.
> (ATOMIC_LDOP): Likewise.
> (atomic_ldop): Likewise.
> * config/aarch64/iterators.md (unspecv): Moved from atomics.md.
> (ATOMIC_LDOP): Likewise.
> (atomic_ldop): Likewise.