Re: [AArch64] Split built-in function codes into major and minor codes

2019-09-27 Thread Richard Sandiford
James Greenhalgh writes: > On Wed, Aug 07, 2019 at 08:28:50PM +0100, Richard Sandiford wrote: >> It was easier to add the SVE ACLE support without enumerating every >> function at build time. This in turn meant that it was easier if the >> SVE builtins occupied a distinct numberspace from the exi

Re: [AArch64] Split built-in function codes into major and minor codes

2019-09-25 Thread James Greenhalgh
On Wed, Aug 07, 2019 at 08:28:50PM +0100, Richard Sandiford wrote: > It was easier to add the SVE ACLE support without enumerating every > function at build time. This in turn meant that it was easier if the > SVE builtins occupied a distinct numberspace from the existing AArch64 > ones, which *ar

[AArch64] Split built-in function codes into major and minor codes

2019-08-07 Thread Richard Sandiford
It was easier to add the SVE ACLE support without enumerating every function at build time. This in turn meant that it was easier if the SVE builtins occupied a distinct numberspace from the existing AArch64 ones, which *are* enumerated at build time. This patch therefore divides the built-in fun