This is an archive of the discontinued LLVM Phabricator instance.

[flang] Fixed comparison for derived types constants.
ClosedPublic

Authored by vzakhari on May 15 2023, 9:46 PM.

Details

Summary

The two constants should be equal only if their derived types
are the same. This fixes regression caused by D150380.

Diff Detail

Event Timeline

vzakhari created this revision.May 15 2023, 9:46 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 15 2023, 9:46 PM
vzakhari requested review of this revision.May 15 2023, 9:46 PM
jeanPerier accepted this revision.May 15 2023, 11:40 PM

Looks good

This revision is now accepted and ready to land.May 15 2023, 11:40 PM
This revision was automatically updated to reflect the committed changes.