[Mlir-commits] [mlir] [OpenMP][Flang] Add "IsolatedFromAbove" trait to omp.target (PR #67164)
Kiran Chandramohan
llvmlistbot at llvm.org
Mon Oct 30 04:49:21 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 Mlir-commits
mailing list