[all-commits] [llvm/llvm-project] 4aa88f: [flang][OpenMP] Mark atomic clauses as unique
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Sat Apr 26 06:42:15 PDT 2025
Branch: refs/heads/users/kparzysz/spr/a01-unique-clauses
Home: https://github.com/llvm/llvm-project
Commit: 4aa88f8d04afcba35a1486e2661e5a29170694bf
https://github.com/llvm/llvm-project/commit/4aa88f8d04afcba35a1486e2661e5a29170694bf
Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
Date: 2025-04-26 (Sat, 26 Apr 2025)
Changed paths:
M llvm/include/llvm/Frontend/OpenMP/OMP.td
Log Message:
-----------
[flang][OpenMP] Mark atomic clauses as unique
The current implementation of the ATOMIC construct handles these clauses
individually, and this change does not have an observable effect. At the
same time these clauses are unique as per the OpenMP spec, and this patch
reflects that in the OMP.td file.
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