[flang-commits] [flang] [Flang][OpenMP]Support for lowering task_reduction and in_reduction to MLIR (PR #111155)
Kaviya Rajendiran via flang-commits
flang-commits at lists.llvm.org
Tue May 6 07:14:13 PDT 2025
================
@@ -409,8 +409,8 @@ void DataSharingProcessor::collectSymbols(
// Collect all symbols referenced in the evaluation being processed,
// that matches 'flag'.
llvm::SetVector<const semantics::Symbol *> allSymbols;
- converter.collectSymbolSet(eval, allSymbols, flag,
- /*collectSymbols=*/true,
+
+ converter.collectSymbolSet(eval, allSymbols, flag, /*collectSymbols=*/true,
----------------
kaviya2510 wrote:
Done with the changes.
https://github.com/llvm/llvm-project/pull/111155
More information about the flang-commits
mailing list