This is an archive of the discontinued LLVM Phabricator instance.

[flang][NFC] Drop `AbstractResultOptions` structure
ClosedPublic

Authored by unterumarmung on Jul 11 2022, 7:00 AM.

Details

Summary

AbstractResultOptions is obsolete structure because newArg is used
only in ReturnOpConversion.
This change removes this struct, making dependencies of conversions more
straight-forward.

Diff Detail

Event Timeline

unterumarmung created this revision.Jul 11 2022, 7:00 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJul 11 2022, 7:00 AM
unterumarmung requested review of this revision.Jul 11 2022, 7:00 AM
jeanPerier accepted this revision.Jul 18 2022, 9:11 AM

Looks reasonable to me.

This revision is now accepted and ready to land.Jul 18 2022, 9:11 AM
This revision was automatically updated to reflect the committed changes.