gcc-10-20220602 is now available

2022-06-02 Thread GCC Administrator via Gcc
Snapshot gcc-10-20220602 is now available on https://gcc.gnu.org/pub/gcc/snapshots/10-20220602/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 10 git branch with the following options: git://gcc.gnu.org/git/gcc.git branch

Termocofraje

2022-06-02 Thread PromoServ
Termocofraje

Re: OPMD Task_Handles

2022-06-02 Thread Jakub Jelinek via Gcc
On Tue, May 31, 2022 at 02:01:34PM +0200, Yousssef Magdy wrote: > hello there, > I am currently implementing the ompd lib as a graduation project with > Mohamed Atef, I am Facing some problems such as: > - in ompd_get_scheduling_task_handle >

Re: mimicking gomp_thead(void) for OMPD-API implementation

2022-06-02 Thread Jakub Jelinek via Gcc
On Thu, Jun 02, 2022 at 11:13:11AM +0200, Ahmed Sayed Mousse via Gcc wrote: >To implement the function ompd_get_thread_handle (…) from > the OMPD API. I need to get the gomp_thread struct using thread context > and address space context and in order to do that I want to apply the >

mimicking gomp_thead(void) for OMPD-API implementation

2022-06-02 Thread Ahmed Sayed Mousse via Gcc
Hi everyone, To implement the function ompd_get_thread_handle (…) from the OMPD API. I need to get the gomp_thread struct using thread context and address space context and in order to do that I want to apply the functionality of/mimic gomp_thread(void) from lipgomp.h using callba

Re: Hoisting built-in call out of loop - LIM pass [tree-ssa-loop-im.c]

2022-06-02 Thread Richard Biener via Gcc
On Wed, Jun 1, 2022 at 3:59 PM Shubham Narlawar via Gcc wrote: > > Hello, > > [1] I want to achieve hosting of a custom built-in call out of loop that > loads an immediate value. > > for (int i = 0; i < 4000; i++) { >_9 = (unsigned int) _1; >slli_6 = _9 << 8; >srli_36 =

Re: Question on cgraph_edge::call_stmt during LTO

2022-06-02 Thread Erick Ochoa via Gcc
Hi Martin, Thanks for the tips! I have implemented an edge summary which: * is allocated at IPA analysis phase * streamed out in ipcp_write_transformation_summaries * streamed in in ipcp_read_transformation_summaries However, before the implementation of this edge summary we had another mechanis