[all-commits] [llvm/llvm-project] 5e5546: [flang] Add atomic_fetch_add to list of intrinsics

Katherine Rasmussen via All-commits all-commits at lists.llvm.org
Tue Oct 25 11:15:01 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5e55467835f65ba5128a0653a26a3efb1309f485
      https://github.com/llvm/llvm-project/commit/5e55467835f65ba5128a0653a26a3efb1309f485
  Author: Katherine Rasmussen <krasmussen at lbl.gov>
  Date:   2022-10-25 (Tue, 25 Oct 2022)

  Changed paths:
    M flang/lib/Evaluate/intrinsics.cpp
    M flang/test/Semantics/atomic05.f90

  Log Message:
  -----------
  [flang] Add atomic_fetch_add to list of intrinsics

Add the atomic subroutine, atomic_fetch_add, 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/D136625




More information about the All-commits mailing list