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

2015-06-26 Thread Marcus Shawcroft
On 23 June 2015 at 09:49, James Greenhalgh 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 >

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

2015-06-23 Thread James Greenhalgh
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 * config/aarch64/aarch64-fusi