This is an archive of the discontinued LLVM Phabricator instance.

[flang] Handle mixed types in DOT_PRODUCT simplification.
ClosedPublic

Authored by vzakhari on Aug 11 2022, 2:40 PM.

Details

Summary

Fortran runtime supports mixed types by casting the loaded values
to the result type, so DOT_PRODUCT simplification has to do the same.

Diff Detail

Event Timeline

vzakhari created this revision.Aug 11 2022, 2:40 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 11 2022, 2:40 PM
Herald added a subscriber: mehdi_amini. · View Herald Transcript
vzakhari requested review of this revision.Aug 11 2022, 2:40 PM
This revision is now accepted and ready to land.Aug 12 2022, 5:46 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 15 2022, 9:10 AM