[flang-commits] [flang] [OpenMP][Flang] Add "IsolatedFromAbove" trait to omp.target (PR #67164)

Kiran Chandramohan via flang-commits flang-commits at lists.llvm.org
Mon Oct 30 04:49:25 PDT 2023


================
@@ -2430,6 +2451,75 @@ genEnterExitDataOp(Fortran::lower::AbstractConverter &converter,
                                    deviceOperand, nowaitAttr, mapOperands);
 }
 
+static void genBodyOfTargetOp(
----------------
kiranchandramohan wrote:

This function has to be commented more since all the variables that are accessed in the region are made block arguments here and this helps implementing the `IsolatedFromAbove` Trait.

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


More information about the flang-commits mailing list