[flang][OpenMP] Lower OpenMP `taskgroup` construct
authorSourabh Singh Tomar <SourabhSingh.Tomar@amd.com>
Thu, 15 Sep 2022 07:04:38 +0000 (12:34 +0530)
committerSourabh Singh Tomar <SourabhSingh.Tomar@amd.com>
Fri, 16 Sep 2022 15:37:47 +0000 (21:07 +0530)
commit396ed327bbb1f7c3a2a0fca429debb3ca12b0523
treeae13462f86e2596a49a1dee044e85acdfa9bc3fe
parent6e450d134755c41bd4ac0ba356e31fc37ba88757
[flang][OpenMP] Lower OpenMP `taskgroup` construct

Lower Fortran OpenMP `taskgroup` to FIR + OpenMP Dialect.

Reviewed By: kiranchandramohan, peixin

Differential Revision: https://reviews.llvm.org/D133918
flang/lib/Lower/OpenMP.cpp
flang/test/Fir/convert-to-llvm-openmp-and-fir.fir
flang/test/Lower/OpenMP/taskgroup.f90 [new file with mode: 0644]