This is an archive of the discontinued LLVM Phabricator instance.

[flang] Adapt target rewrite for fir.dispatch operation
ClosedPublic

Authored by clementval on Nov 28 2022, 7:16 AM.

Details

Summary

Handle rewriting dispatch operation with complex arguments or
return.

sret will be done in a separate patch.

Diff Detail

Event Timeline

clementval created this revision.Nov 28 2022, 7:16 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptNov 28 2022, 7:16 AM
clementval requested review of this revision.Nov 28 2022, 7:16 AM
clementval retitled this revision from [flang] Adapat target rewrite for fir.dispatch operation to [flang] Adapt target rewrite for fir.dispatch operation.Nov 28 2022, 7:17 AM
clementval edited the summary of this revision. (Show Details)Nov 28 2022, 7:27 AM
This revision is now accepted and ready to land.Nov 28 2022, 7:57 AM
PeteSteinfeld accepted this revision.Nov 28 2022, 8:02 AM

All builds and tests correctly and looks good to me.