This is an archive of the discontinued LLVM Phabricator instance.

[flang][NFC] Fix fir::ConvertOp description
ClosedPublic

Authored by peixin on Oct 10 2022, 4:25 AM.

Details

Summary

According to the support of fir::ConvertOp conversion in CodeGen.cpp,
it also supports integer to pointer conversion and pointer to integer
conversion. The entity can be array, and the conversion type can be
pointer to array.

Diff Detail

Event Timeline

peixin created this revision.Oct 10 2022, 4:25 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 10 2022, 4:25 AM
Herald added a subscriber: jdoerfert. · View Herald Transcript
peixin requested review of this revision.Oct 10 2022, 4:25 AM
jeanPerier accepted this revision.Oct 10 2022, 6:16 AM

Thanks

This revision is now accepted and ready to land.Oct 10 2022, 6:16 AM
This revision was automatically updated to reflect the committed changes.