This is an archive of the discontinued LLVM Phabricator instance.

[flang] Make implicit conversion explicit in assignment
ClosedPublic

Authored by tskeith on May 8 2020, 10:55 AM.

Details

Summary

When intrinsic types are assigned there are some implicit conversions
that take place. This change make them explicit in the types
representation of assignments.

Diff Detail

Event Timeline

tskeith created this revision.May 8 2020, 10:55 AM
Herald added a project: Restricted Project. · View Herald Transcript
sscalpone accepted this revision.May 8 2020, 12:50 PM
This revision is now accepted and ready to land.May 8 2020, 12:50 PM
This revision was automatically updated to reflect the committed changes.