[all-commits] [llvm/llvm-project] fafbd9: [flang][OpenMP] Convert unique clauses in ClausePr...
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Fri Feb 23 05:34:34 PST 2024
Branch: refs/heads/users/kparzysz/spr/b02-unique
Home: https://github.com/llvm/llvm-project
Commit: fafbd98f05958d6983d87803b94536b9041b63dc
https://github.com/llvm/llvm-project/commit/fafbd98f05958d6983d87803b94536b9041b63dc
Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
Date: 2024-02-23 (Fri, 23 Feb 2024)
Changed paths:
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
Log Message:
-----------
[flang][OpenMP] Convert unique clauses in ClauseProcessor
Temporarily rename old clause list to `clauses2`, old clause iterator
to `ClauseIterator2`.
Change `findUniqueClause` to iterate over `omp::Clause` objects,
modify all handlers to operate on 'omp::clause::xyz` equivalents.
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