[flang-commits] [flang] [flang][openmp]Add UserReductionDetails and use in DECLARE REDUCTION (PR #131628)
Mats Petersson via flang-commits
flang-commits at lists.llvm.org
Thu Apr 10 11:32:35 PDT 2025
================
@@ -1035,6 +1037,25 @@ void ModFileWriter::PutTypeParam(llvm::raw_ostream &os, const Symbol &symbol) {
os << '\n';
}
+void ModFileWriter::PutUserReduction(
+ llvm::raw_ostream &os, const Symbol &symbol) {
+ auto &details{symbol.get<UserReductionDetails>()};
----------------
Leporacanthicus wrote:
:+1:
https://github.com/llvm/llvm-project/pull/131628
More information about the flang-commits
mailing list