[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
Thu Apr 30 08:19:43 PDT 2026
================
@@ -766,6 +766,17 @@ class OmpAttributeVisitor : DirectiveAttributeVisitor<llvm::omp::Directive> {
*parser::omp::GetOmpObjectList(x), Symbol::Flag::OmpLastPrivate);
return false;
}
+ bool Pre(const parser::OmpClause::Detach &x) {
----------------
ravurvi20 wrote:
Done
https://github.com/llvm/llvm-project/pull/194840
More information about the Mlir-commits
mailing list