[all-commits] [llvm/llvm-project] 655dce: [flang][OpenMP] Convert repeatable clauses (except...
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Fri Feb 23 06:01:24 PST 2024
Branch: refs/heads/users/kparzysz/spr/b03-rep1
Home: https://github.com/llvm/llvm-project
Commit: 655dce519efb87f8d3babf3b7a5d6132bb82e2a6
https://github.com/llvm/llvm-project/commit/655dce519efb87f8d3babf3b7a5d6132bb82e2a6
Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
Date: 2024-02-23 (Fri, 23 Feb 2024)
Changed paths:
M flang/include/flang/Evaluate/tools.h
M flang/lib/Lower/OpenMP/ClauseProcessor.cpp
M flang/lib/Lower/OpenMP/ClauseProcessor.h
M flang/lib/Lower/OpenMP/Clauses.cpp
M flang/lib/Lower/OpenMP/Clauses.h
M flang/lib/Lower/OpenMP/OpenMP.cpp
M flang/lib/Lower/OpenMP/ReductionProcessor.cpp
M flang/lib/Lower/OpenMP/ReductionProcessor.h
M flang/lib/Lower/OpenMP/Utils.cpp
M flang/lib/Lower/OpenMP/Utils.h
Log Message:
-----------
[flang][OpenMP] Convert repeatable clauses (except Map) in ClauseProcessor
Rename `findRepeatableClause` to `findRepeatableClause2`, and make the
new `findRepeatableClause` operate on new `omp::Clause` objects.
Leave `Map` unchanged, because it will require more changes for it to
work.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list