[all-commits] [llvm/llvm-project] 7aa096: [flang] Add atomic_fetch_xor to list of intrinsics
Katherine Rasmussen via All-commits
all-commits at lists.llvm.org
Thu Oct 27 17:30:32 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7aa0968842c5c36595042257009d1dc1a244ff6a
https://github.com/llvm/llvm-project/commit/7aa0968842c5c36595042257009d1dc1a244ff6a
Author: Katherine Rasmussen <krasmussen at lbl.gov>
Date: 2022-10-27 (Thu, 27 Oct 2022)
Changed paths:
M flang/lib/Evaluate/intrinsics.cpp
M flang/test/Semantics/atomic08.f90
Log Message:
-----------
[flang] Add atomic_fetch_xor to list of intrinsics
Add the atomic subroutine, atomic_fetch_xor, to the list of
intrinsic subroutines, add its last dummy argument to a check
for coindexed-object, and update test.
Reviewed By: PeteSteinfeld
Differential Revision: https://reviews.llvm.org/D136804
More information about the All-commits
mailing list