llvm / clangir

A new (MLIR based) high-level IR for clang.
https://clangir.org
Other
383 stars 100 forks source link

[CIR][OpenMP] Initial implementation of taskwait, taskyield and barrier #510

Closed eZWALT closed 6 months ago

eZWALT commented 7 months ago

I wanted to let you know that due to some issues with my local Git setup, I had to close the last PR and reopen it. I apologize for any inconvenience this may cause. Some of the features mentioned in #499 have been thoroughly reviewed and are ready to go. Thank you for your patience!

github-actions[bot] commented 7 months ago

:white_check_mark: With the latest revision this PR passed the C/C++ code formatter.

bcardosolopes commented 7 months ago

Gentle ping: any updates on this one?