Re: [PATCH][GCC][AArch64] Fix command line options canonicalization version #2. (PR target/88530)

2019-02-25 Thread Tamar Christina
The 02/21/2019 22:34, James Greenhalgh wrote: > On Wed, Feb 20, 2019 at 08:00:38AM -0600, Tamar Christina wrote: > > Hi All, > > > > Commandline options on AArch64 don't get canonicalized into the smallest > > possible set before output to the assembler. This means that overlapping > > feature >

Re: [PATCH][GCC][AArch64] Fix command line options canonicalization version #2. (PR target/88530)

2019-02-21 Thread James Greenhalgh
On Wed, Feb 20, 2019 at 08:00:38AM -0600, Tamar Christina wrote: > Hi All, > > Commandline options on AArch64 don't get canonicalized into the smallest > possible set before output to the assembler. This means that overlapping > feature > sets are emitted with superfluous parts. > > Normally

[PATCH][GCC][AArch64] Fix command line options canonicalization version #2. (PR target/88530)

2019-02-20 Thread Tamar Christina
Hi All, Commandline options on AArch64 don't get canonicalized into the smallest possible set before output to the assembler. This means that overlapping feature sets are emitted with superfluous parts. Normally this isn't an issue, but in the case of crypto we have retro-actively split it into