[flang-commits] [flang] [OpenMP]Update use_device_clause lowering (PR #101703)
Sergio Afonso via flang-commits
flang-commits at lists.llvm.org
Thu Aug 29 05:20:53 PDT 2024
================
@@ -692,53 +692,102 @@ static void createBodyOfOp(mlir::Operation &op, const OpWithBodyGenInfo &info,
marker->erase();
}
+void mapBodySymbols(lower::AbstractConverter &converter, mlir::Region ®ion,
+ llvm::ArrayRef<const semantics::Symbol *> mapSyms) {
+ assert(region.hasOneBlock());
----------------
skatrak wrote:
Nit: Add a description to the assert.
https://github.com/llvm/llvm-project/pull/101703
More information about the flang-commits
mailing list