This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch AArch64 1/4] Define candidates for instruction fusion in a .def file


On 23 June 2015 at 09:49, James Greenhalgh <james.greenhalgh@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.greenhalgh@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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]