[flang] [llvm] [flang][OpenMP] Add parsing support for Task detach (PR #112312)

via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 19 08:14:20 PDT 2024


================
@@ -298,6 +298,9 @@ TYPE_CONTEXT_PARSER("Omp LINEAR clause"_en_US,
         construct<OmpLinearClause>(construct<OmpLinearClause::WithoutModifier>(
             nonemptyList(name), maybe(":" >> scalarIntConstantExpr)))))
 
+// 12.5.2 detach-clause -> DETACH (event-handle)
----------------
NimishMishra wrote:

Thanks. Added it.

https://github.com/llvm/llvm-project/pull/112312


More information about the llvm-commits mailing list