[PATCH] D137196: [flang] Add atomic_xor to list of intrinsics

Katherine Rasmussen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 1 14:20:45 PDT 2022


ktras created this revision.
ktras added reviewers: klausler, jeanPerier, PeteSteinfeld, rouson, hussainjk, pmccormick, sscalpone.
ktras added projects: Flang, LLVM.
Herald added a subscriber: jdoerfert.
Herald added a project: All.
ktras requested review of this revision.

Add the atomic subroutine, `atomic_xor`, to the list of
intrinsic subroutines, add its last dummy argument to a check
for a `coindexed-object`, and update test.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D137196

Files:
  flang/docs/Intrinsics.md
  flang/lib/Evaluate/intrinsics.cpp
  flang/test/Semantics/atomic11.f90

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137196.472396.patch
Type: text/x-patch
Size: 5678 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221101/946b5921/attachment.bin>


More information about the llvm-commits mailing list