This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [AArch64][TLSLE][3/N] Add UNSPEC_TLSLE
- From: Christophe Lyon <christophe dot lyon at linaro dot org>
- To: Jiong Wang <jiong dot wang at arm dot com>
- Cc: gcc-patches <gcc-patches at gnu dot org>
- Date: Tue, 30 Jun 2015 11:10:09 +0200
- Subject: Re: [AArch64][TLSLE][3/N] Add UNSPEC_TLSLE
- Authentication-results: sourceware.org; auth=none
- References: <n99bnhfwkf3 dot fsf at arm dot com> <CAFqB+PxoWkQ6dYbbkbyUghkHPpc4j1xPFo-U-N_GxBUnLUAJew at mail dot gmail dot com>
Hi Jiong,
It seems to me that you committed patches 1/N, 2/N and 3/N as only 1
commit (rev 225121).
Am I right?
On 26 June 2015 at 16:39, Marcus Shawcroft <marcus.shawcroft@gmail.com> wrote:
> On 20 May 2015 at 12:21, Jiong Wang <jiong.wang@arm.com> wrote:
>>
>> Add new unspec name UNSPEC_TLSLE, use it for all tlsle pattern.
>>
>> ok for trunk?
>>
>> 2015-05-19 Jiong Wang <jiong.wang@arm.com>
>>
>> gcc/
>> * config/aarch64/aarch64.md (UNSPEC_TLSLE): New enumeration.
>> (tlsle): Use new unspec name.
>> (tlsle_<mode>): Ditto.
>
> OK /Marcus