[flang-commits] [flang] [mlir] [Flang][OpenMP] Support conditional lastprivate on host (PR #200086)
Tom Eccles via flang-commits
flang-commits at lists.llvm.org
Thu Jun 18 04:17:25 PDT 2026
================
@@ -2645,6 +2697,26 @@ genScanOp(lower::AbstractConverter &converter, lower::SymMap &symTable,
converter.getCurrentLocation(), clauseOps);
}
+// Forward declaration.
+static void
+emitNestedParallelGuardForCondLp(lower::AbstractConverter &converter,
+ mlir::Location loc);
----------------
tblah wrote:
nit: move to be included with the other forward declarations above
https://github.com/llvm/llvm-project/pull/200086
More information about the flang-commits
mailing list