[flang-commits] [PATCH] D133174: [flang] Add atomic_fetch_or to the list of intrinsics

Katherine Rasmussen via Phabricator via flang-commits flang-commits at lists.llvm.org
Thu Sep 1 17:50:23 PDT 2022


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

Add the atomic subroutine, `atomic_fetch_or`, to the list of
intrinsic subroutines. Add new enumerators to deal with the rank
of the `atom` dummy argument, and the kind of `atomic_int_kind`.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D133174

Files:
  flang/include/flang/atomic_int_kind.h
  flang/lib/Evaluate/intrinsics.cpp
  flang/module/get_atomic_int_kind.f90
  flang/test/Semantics/atomic07.f90

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133174.457464.patch
Type: text/x-patch
Size: 6319 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20220902/1edbda80/attachment-0001.bin>


More information about the flang-commits mailing list