[Mlir-commits] [flang] [llvm] [mlir] [Flang][OpenMP] Fix Flang crash and incorrect ordering with OpenMP detached task (PR #194840)
Urvi Rav
llvmlistbot at llvm.org
Wed Apr 29 23:40:56 PDT 2026
================
@@ -85,6 +85,7 @@ static const OmpDirectiveSet topParallelSet{
Directive::OMPD_parallel_loop,
Directive::OMPD_parallel_masked_taskloop,
Directive::OMPD_parallel_masked_taskloop_simd,
+ Directive::OMPD_parallel_master,
----------------
ravurvi20 wrote:
Yes, parallel masked is the non-deprecated replacement for parallel master, and these directives sets appear to classify parallel region constructs rather than only preserve legacy spellings. Since we already include both masked/master taskloop variants, I'll add this here. Thanks for pointing out!
https://github.com/llvm/llvm-project/pull/194840
More information about the Mlir-commits
mailing list