[Mlir-commits] [flang] [mlir] [Flang][OpenMP] Add LLVM translation support for UNTIED clause in Task (PR #115283)
Thirumalai Shaktivel
llvmlistbot at llvm.org
Sun Dec 8 21:41:05 PST 2024
Thirumalai-Shaktivel wrote:
> Please could you add a test showing what happens (TODO or correct behavior) if untied is used with taskloop.
Taskloop doesn't have the OpenMP lowering support (it throws "not yet implemented: omp.taskloop").
Still, I have added a test and check to catch it.
https://github.com/llvm/llvm-project/pull/115283
More information about the Mlir-commits
mailing list