[all-commits] [llvm/llvm-project] 34f3fa: [flang] Add atomic_fetch_and to list of intrinsics
Katherine Rasmussen via All-commits
all-commits at lists.llvm.org
Wed Oct 26 17:00:40 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 34f3fa1a260d9fa45458e0a0fc9f8e826c32d21f
https://github.com/llvm/llvm-project/commit/34f3fa1a260d9fa45458e0a0fc9f8e826c32d21f
Author: Katherine Rasmussen <krasmussen at lbl.gov>
Date: 2022-10-26 (Wed, 26 Oct 2022)
Changed paths:
M flang/lib/Evaluate/intrinsics.cpp
M flang/test/Semantics/atomic06.f90
Log Message:
-----------
[flang] Add atomic_fetch_and to list of intrinsics
Add the atomic subroutine, atomic_fetch_and, to the list of
intrinsic subroutines, add its last dummy argument to a check
for coindexed-object, and update test.
Reviewed By: jeanPerier
Differential Revision: https://reviews.llvm.org/D136720
More information about the All-commits
mailing list