This is an archive of the discontinued LLVM Phabricator instance.

[flang] TRANSFER() intrinsic function
ClosedPublic

Authored by klausler on Apr 2 2021, 9:42 AM.

Details

Summary

API, implementation, and unit tests for the intrinsic
function TRANSFER.

Diff Detail

Event Timeline

klausler created this revision.Apr 2 2021, 9:42 AM
klausler requested review of this revision.Apr 2 2021, 9:42 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 2 2021, 9:42 AM
tskeith accepted this revision.Apr 2 2021, 10:04 AM
tskeith added inline comments.
flang/runtime/misc-intrinsic.h
2

Typo: "intrensic"

This revision is now accepted and ready to land.Apr 2 2021, 10:04 AM
klausler updated this revision to Diff 334984.Apr 2 2021, 10:10 AM

Fix typo in comment (thanks!)

This revision was landed with ongoing or failed builds.Apr 2 2021, 10:41 AM
This revision was automatically updated to reflect the committed changes.