Re: [GCC][PATCH] Add __artificial__ attribute to Aarch64 NEON intrinsics

2016-09-20 Thread James Greenhalgh
ed to: Author: jgreenhalgh Date: Tue Sep 20 09:06:13 2016 +0000 [GCC][PATCH] Add __artificial__ attribute to Aarch64 NEON intrinsics Committed on behalf of Tamar Christina . gcc/ * config/aarch64/arm_neon.h: Add gnu_inline and artificial attribu

Re: [GCC][PATCH] Add __artificial__ attribute to Aarch64 NEON intrinsics

2016-09-20 Thread James Greenhalgh
On Tue, Sep 13, 2016 at 01:15:39PM +0100, Tamar Christina wrote: > > > On 05/09/16 22:37, Andrew Pinski wrote: > >On Mon, Sep 5, 2016 at 4:53 AM, Tamar Christina > >wrote: > >>Hi all, > >> > >>This patch adds __artificial__ attribute to the intrinsics > >>in arm_neon.h so that costs are associa

Re: [GCC][PATCH] Add __artificial__ attribute to Aarch64 NEON intrinsics

2016-09-13 Thread Tamar Christina
On 05/09/16 22:37, Andrew Pinski wrote: On Mon, Sep 5, 2016 at 4:53 AM, Tamar Christina wrote: Hi all, This patch adds __artificial__ attribute to the intrinsics in arm_neon.h so that costs are associated to the user function during profiling and during the intrinsics are are hidden in trace

Re: [GCC][PATCH] Add __artificial__ attribute to Aarch64 NEON intrinsics

2016-09-05 Thread Andrew Pinski
On Mon, Sep 5, 2016 at 4:53 AM, Tamar Christina wrote: > Hi all, > > This patch adds __artificial__ attribute to the intrinsics > in arm_neon.h so that costs are associated to the user > function during profiling and during the intrinsics are > are hidden in trace. > > The attribute does not affec

[GCC][PATCH] Add __artificial__ attribute to Aarch64 NEON intrinsics

2016-09-05 Thread Tamar Christina
Hi all, This patch adds __artificial__ attribute to the intrinsics in arm_neon.h so that costs are associated to the user function during profiling and during the intrinsics are are hidden in trace. The attribute does not affect code generation. No new tests for this since it would require a gdb