This is an archive of the discontinued LLVM Phabricator instance.

[flang] don't allow conversions between logical and floating point
ClosedPublic

Authored by tblah on Jun 14 2023, 9:34 AM.

Details

Summary

Codegen only supports conversions between logicals and integers. The
verifier should reflect this.

Diff Detail

Event Timeline

tblah created this revision.Jun 14 2023, 9:34 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJun 14 2023, 9:34 AM
tblah requested review of this revision.Jun 14 2023, 9:34 AM
jeanPerier accepted this revision.Jun 15 2023, 8:57 AM

Thanks!

This revision is now accepted and ready to land.Jun 15 2023, 8:57 AM