Re: [PATCHv2/AARCH64] Remove index from AARCH64_FUSION_PAIR

2015-08-19 Thread James Greenhalgh
On Wed, Aug 19, 2015 at 04:58:22PM +0100, Andrew Pinski wrote: > Changes from v1: > Also remove the hack AARCH64_FUSE_ALL. > > Instead of doing an explict index in aarch64-fusion-pairs.def, we > should have an enum which does the index instead. This allows > you to add/remove them wit

[PATCHv2/AARCH64] Remove index from AARCH64_FUSION_PAIR

2015-08-19 Thread Andrew Pinski
Changes from v1: Also remove the hack AARCH64_FUSE_ALL. Instead of doing an explict index in aarch64-fusion-pairs.def, we should have an enum which does the index instead. This allows you to add/remove them without worrying about the order being correct and having holes or worry a