[llvm-branch-commits] [flang] [flang][OpenMP] Use OmpDirectiveSpecification in DECLARE_REDUCTION (PR #160192)
Tom Eccles via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Sep 23 03:20:37 PDT 2025
================
@@ -1559,12 +1559,7 @@ class OmpVisitor : public virtual DeclarationVisitor {
bool Pre(const parser::OpenMPDeclareReductionConstruct &x) {
AddOmpSourceRange(x.source);
- parser::OmpClauseList empty(std::list<parser::OmpClause>{});
- auto &maybeClauses{std::get<std::optional<parser::OmpClauseList>>(x.t)};
- ProcessReductionSpecifier(
----------------
tblah wrote:
Where does `ProcessReductionSpecifier` get called now this has been removed?
https://github.com/llvm/llvm-project/pull/160192
More information about the llvm-branch-commits
mailing list