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

2016-09-20 Thread James Greenhalgh
On Tue, Sep 20, 2016 at 10:09:14AM +0100, James Greenhalgh wrote: > On Tue, Sep 13, 2016 at 01:15:39PM +0100, Tamar Christina wrote: >> > Thanks, I applied this following your script above, and committed it as > revision 240256, after tweaking one part of the script to replace a double > space afte

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