[flang-commits] [flang] [flang][OpenMP]Add symbls omp_in, omp_out and omp_priv in DECLARE RED… (PR #129908)
Mats Petersson via flang-commits
flang-commits at lists.llvm.org
Fri Mar 7 07:33:53 PST 2025
================
@@ -1748,6 +1749,14 @@ void OmpVisitor::ProcessMapperSpecifier(const parser::OmpMapperSpecifier &spec,
PopScope();
}
+void OmpVisitor::CreateTempSymbol(
----------------
Leporacanthicus wrote:
Moved inline. This function had more code when I first introduced it. No need for a function at all, it's just 3 lines of code... :)
https://github.com/llvm/llvm-project/pull/129908
More information about the flang-commits
mailing list