Re: [04/nn] [AArch64] Rename the internal "Upl" constraint

2017-10-31 Thread James Greenhalgh
On Fri, Oct 27, 2017 at 02:25:56PM +0100, Richard Sandiford wrote: > The SVE port uses the public constraints "Upl" and "Upa" to mean > "low predicate register" and "any predicate register" respectively. > "Upl" was already used as an internal-only constraint by the > addition patterns, so this

[04/nn] [AArch64] Rename the internal "Upl" constraint

2017-10-27 Thread Richard Sandiford
The SVE port uses the public constraints "Upl" and "Upa" to mean "low predicate register" and "any predicate register" respectively. "Upl" was already used as an internal-only constraint by the addition patterns, so this patch renames it to "Uaa" ("two adds needed"). 2017-10-27 Richard