[all-commits] [llvm/llvm-project] 5ef4e6: [OpenMP] Correctly code-gen default atomic mem ord...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Mon Jul 8 10:47:45 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5ef4e6db96b2a3eca4c84671ac964dc2134035b5
https://github.com/llvm/llvm-project/commit/5ef4e6db96b2a3eca4c84671ac964dc2134035b5
Author: Joseph Huber <huberjn at outlook.com>
Date: 2024-07-08 (Mon, 08 Jul 2024)
Changed paths:
M clang/lib/CodeGen/CGStmtOpenMP.cpp
A clang/test/OpenMP/requires_default_atomic_mem_order.cpp
Log Message:
-----------
[OpenMP] Correctly code-gen default atomic mem order (#97663)
Summary:
The parsing for this was implemented, but we never hooked up the default
value to the result of this clause. This patch adds the support by
making it default to the requires directive.
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