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

Katherine Rasmussen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 27 00:09:14 PDT 2022


ktras updated this revision to Diff 463105.
ktras added a comment.

Update patch based on reviewer feedback:

- Update the implementation of checks surrounding `atomic_int_kind`
- Update implementation of checks on the `rank` of the `atom` argument
- Update `atomic_fetch_or` test with new error messages and an additional non-standard conforming call.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D133174/new/

https://reviews.llvm.org/D133174

Files:
  flang/lib/Evaluate/intrinsics.cpp
  flang/module/__fortran_builtins.f90
  flang/module/iso_fortran_env.f90
  flang/test/Semantics/atomic07.f90

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133174.463105.patch
Type: text/x-patch
Size: 8158 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220927/94771f55/attachment.bin>


More information about the llvm-commits mailing list