This is an archive of the discontinued LLVM Phabricator instance.

[flang] Add atomic_fetch_and to list of intrinsics
ClosedPublic

Authored by ktras on Oct 25 2022, 4:38 PM.

Details

Summary

Add the atomic subroutine, atomic_fetch_and, 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 25 2022, 4:38 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 25 2022, 4:38 PM
Herald added a subscriber: jdoerfert. · View Herald Transcript
ktras requested review of this revision.Oct 25 2022, 4:38 PM
jeanPerier accepted this revision.Oct 26 2022, 4:32 AM

Looks good

This revision is now accepted and ready to land.Oct 26 2022, 4:32 AM
This revision was automatically updated to reflect the committed changes.
ktras added a comment.Oct 26 2022, 5:03 PM

@jeanPerier Thanks for the review!