This is an archive of the discontinued LLVM Phabricator instance.

[flang] Add atomic_fetch_xor to list of intrinsics
ClosedPublic

Authored by ktras on Oct 26 2022, 5:27 PM.

Details

Summary

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

All builds and tests correctly and looks good.

Thanks for doing this!

This revision is now accepted and ready to land.Oct 27 2022, 9:53 AM
This revision was automatically updated to reflect the committed changes.