llvm / clangir

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

[CIR][OpenMP] Master directive #660

Open eZWALT opened 1 month ago

eZWALT commented 1 month ago

This patch introduces support for another small OpenMP directive, master. Apologies for the delay in submission; I've been occupied with exams and haven't been able to upload the completed work I had locally. Over the next few days, I'll be consistently uploading small PRs for various directives. Thank you!

bcardosolopes commented 3 weeks ago

Btw, whatever review you apply here, make sure you do the same on your other PR if it also applies there.