This is an archive of the discontinued LLVM Phabricator instance.

[flang][NFC] move genCallOpAndResult into new ConvertCall.cpp file
ClosedPublic

Authored by jeanPerier on Nov 24 2022, 2:13 AM.

Details

Summary

Move genCallOpAndResult from ConvertExpr.cpp into a new file so that
it can be shared with lowering to FIR and HLFIR during the transition.
After the transition, call lowering to HLFIR will be implemented in
this new file.

Diff Detail

Event Timeline

jeanPerier created this revision.Nov 24 2022, 2:13 AM
Herald added a project: Restricted Project. · View Herald Transcript
jeanPerier requested review of this revision.Nov 24 2022, 2:13 AM
This revision is now accepted and ready to land.Nov 24 2022, 3:20 AM