This is an archive of the discontinued LLVM Phabricator instance.

[flang] Add atomic_fetch_add to list of intrinsics
ClosedPublic

Authored by ktras on Oct 24 2022, 10:44 AM.

Details

Summary

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

Diff Detail

Event Timeline

ktras created this revision.Oct 24 2022, 10:44 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 24 2022, 10:44 AM
Herald added a subscriber: jdoerfert. · View Herald Transcript
ktras requested review of this revision.Oct 24 2022, 10:44 AM
PeteSteinfeld accepted this revision.Oct 24 2022, 11:31 AM

All builds and tests correctly and looks good.

This revision is now accepted and ready to land.Oct 24 2022, 11:31 AM

@PeteSteinfeld Thanks for the review!

This revision was automatically updated to reflect the committed changes.