[flang-commits] [flang] [flang][OpenMP] Improve reduction of Scalar ArrayElement types (PR #163940)
Jack Styles via flang-commits
flang-commits at lists.llvm.org
Mon Oct 20 03:58:43 PDT 2025
================
@@ -492,10 +572,454 @@ void RewriteMutator::Post(parser::WriteStmt &x) {
FixMisparsedUntaggedNamelistName(x);
}
+void ReplacementTemp::createTempSymbol(
+ SourceName &source, Scope &scope, SemanticsContext &context) {
+ replacementTempSymbol_ =
+ const_cast<semantics::Scope &>(originalName_.symbol->owner())
----------------
Stylie777 wrote:
I have removed this
https://github.com/llvm/llvm-project/pull/163940
More information about the flang-commits
mailing list