This is an archive of the discontinued LLVM Phabricator instance.

[flang] Add atomic_xor to list of intrinsics
ClosedPublic

Authored by ktras on Nov 1 2022, 2:20 PM.

Details

Summary

Add the atomic subroutine, atomic_xor, 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.Nov 1 2022, 2:20 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 1 2022, 2:20 PM
Herald added a subscriber: jdoerfert. · View Herald Transcript
ktras requested review of this revision.Nov 1 2022, 2:20 PM
PeteSteinfeld accepted this revision.Nov 1 2022, 5:08 PM

All builds and tests correctly and looks good.

This revision is now accepted and ready to land.Nov 1 2022, 5:08 PM
This revision was automatically updated to reflect the committed changes.