This is an archive of the discontinued LLVM Phabricator instance.

[flang] Add atomic_and to list of intrinsics
ClosedPublic

Authored by ktras on Oct 27 2022, 6:03 PM.

Details

Summary

Add the atomic subroutine, atomic_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 27 2022, 6:03 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 27 2022, 6:03 PM
Herald added a subscriber: jdoerfert. · View Herald Transcript
ktras requested review of this revision.Oct 27 2022, 6:03 PM
PeteSteinfeld accepted this revision.Oct 28 2022, 5:48 AM

All builds and tests correctly and looks good.

Thanks for doing this!

This revision is now accepted and ready to land.Oct 28 2022, 5:48 AM
This revision was automatically updated to reflect the committed changes.

@PeteSteinfeld Thanks for the review!