[cfe-dev] OpenMP calls in Clang

Samuel F Antao sfantao at us.ibm.com
Wed Sep 17 16:49:48 PDT 2014


2014-09-17 19:47 GMT-04:00 Samuel Antão <samuelfantao at gmail.com>:

> Hi malik,
>
> The AST nodes with the directive's information are consumed by the
> function codegen in CGStmtOpenMP.cpp, the runtime calls are codegened in
> there. Note that the code generation in clang is still very limited. You
> should probably take  a look at http://clang-omp.github.io/. The
> implementation in there is more complete and is being gradually merged into
> clang.
>
> Regards,
> Sam
>
> 2014-09-17 15:59 GMT-04:00 abidmalik_UH <abidmuslim at gmail.com>:
>
> Hi :
>>
>> I want to know at what level in Clang the OpenMP directives are replaced
>> by
>> the Intel OpenMP call functions. Any guidance for this?
>>
>> malik
>>
>>
>>
>> --
>> View this message in context:
>> http://clang-developers.42468.n3.nabble.com/OpenMP-calls-in-Clang-tp4041648.html
>> Sent from the Clang Developers mailing list archive at Nabble.com.
>> _______________________________________________
>> cfe-dev mailing list
>> cfe-dev at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20140917/459151bf/attachment.html>


More information about the cfe-dev mailing list