clang-omp / clang

clang with OpenMP 3.1 and some elements of OpenMP 4.0 support
clang-omp.github.com
Other
91 stars 15 forks source link

Is there any document that describes openmp part in IR #10

Closed flyree closed 11 years ago

flyree commented 11 years ago

Hi all,

I am wondering if there is any document that describes openmp related variables in IR? I found it a little difficult to understand all of them. A document would be really helpful. Thanks in advance.

alexey-bataev commented 11 years ago

No, there is no documentation and we don't have plans to write any for this version. As it is said on the main page, it is a very preliminary implementation. This implementation will be definitely rewritten. And the documentation will be prepared for the implementation, which will be committed to clang trunk. Sorry.

flyree commented 11 years ago

I see. Thank you for the reply