Displaying 2 results from an estimated 2 matches for "createruntimefunct".
2014 Oct 18
3
[LLVMdev] Performance regression on ARM
Hi Chandler,
That's embarrassing how weird this part of clang is. I have a provisional
patch which fixes the problem but underlines clang's problems. I will
submit it tonight for comments.
суббота, 18 октября 2014 г. пользователь Chandler Carruth написал:
>
> On Fri, Oct 17, 2014 at 7:51 AM, Anton Korobeynikov <
> anton at korobeynikov.info
>
2016 Jul 31
0
[Openmp-dev] How to get the function definition of a kmpc_micro call
...t us.ibm.com> wrote:
> Hi Dounia,
>
> I work on the NVPTX OpenMP codegen support and we don't use fork() but I
> can point you to where you may be able to find this information.
>
> In the clang sources, have a look at: lib/CodeGen/CGOpenMPRuntime.cpp and
> the function createRuntimeFunction where the call to __kmpc_fork_call() is
> created. The type of the outlined function can be had through the function:
> getKmpc_MicroPointerTy(). Is this what you are looking for?
>
> Regards,
> Arpith
>
> "Openmp-dev" <openmp-dev-bounces at lists.llvm.org> w...