llvm / clangir

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

[CIR][OpenMP] Implementation of critical directive #675

Open eZWALT opened 3 weeks ago

eZWALT commented 3 weeks ago

This patch aims to implement the critical directive as part of the ongoing development of OpenMP directives inside of CIR. Thanks in advance!