[Mlir-commits] [flang] [mlir] [Flang][OpenMP] Add LLVM translation support for UNTIED clause in Task (PR #121052)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Tue Dec 24 07:48:12 PST 2024


================
@@ -3020,6 +3020,18 @@ module attributes {omp.is_target_device = true} {
 
 // -----
 
+llvm.func @omp_task_untied() {
+  // The third argument is 0: which signifies the united task
----------------
NimishMishra wrote:

"united" -> "untied"

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


More information about the Mlir-commits mailing list