On 23 June 2015 at 09:49, James Greenhalgh <james.greenha...@arm.com> wrote:
>
> Hi,
>
> This patch moves the instruction fusion pairs from a set of #defines
> to an enum which we can generate from a .def file.
>
> We'll use that .def file again, and the friendly names it introduces
> shortly.
>
> OK?
>
> Thanks,
> James
>
> ---
> 2015-06-23  James Greenhalgh  <james.greenha...@arm.com>
>
>         * config/aarch64/aarch64-fusion-pairs.def: New.
>         * config/aarch64/aarch64-protos.h (aarch64_fusion_pairs): New.
>         * config/aarch64/aarch64.c (AARCH64_FUSE_NOTHING): Move to
>         aarch64_fusion_pairs.
>         (AARCH64_FUSE_MOV_MOVK): Likewise.
>         (AARCH64_FUSE_ADRP_ADD): Likewise.
>         (AARCH64_FUSE_MOVK_MOVK): Likewise.
>         (AARCH64_FUSE_ADRP_LDR): Likewise.
>         (AARCH64_FUSE_CMP_BRANCH): Likewise.
>

OK /Marcus

Reply via email to