[flang-commits] [flang] [mlir] [flang][OpenMP] Lower target in_reduction for host fallback (PR #199967)
Sergio Afonso via flang-commits
flang-commits at lists.llvm.org
Tue Jun 23 06:55:10 PDT 2026
================
@@ -3112,12 +3133,13 @@ genTargetOp(lower::AbstractConverter &converter, lower::SymMap &symTable,
// if the symbol is part of an already mapped common block, do not make a
// map for it.
- if (const Fortran::semantics::Symbol *common =
- Fortran::semantics::FindCommonBlockContaining(sym.GetUltimate()))
- if (llvm::any_of(mapObjects, [=](const Object &object) {
- return object.sym() == common;
- }))
- return;
+ if (!forceAddressPreserving)
----------------
skatrak wrote:
Nit: Braces.
https://github.com/llvm/llvm-project/pull/199967
More information about the flang-commits
mailing list