This is an archive of the discontinued LLVM Phabricator instance.

[flang] Generate DOT_PRODUCT runtime call based on the result type.
ClosedPublic

Authored by vzakhari on Aug 31 2022, 9:59 AM.

Details

Summary

We used to select the runtime function based on the first argument's
type, which was not correct behavior. The selection is done using
the result type now.

Diff Detail

Event Timeline

vzakhari created this revision.Aug 31 2022, 9:59 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 31 2022, 9:59 AM
vzakhari requested review of this revision.Aug 31 2022, 9:59 AM
This revision is now accepted and ready to land.Aug 31 2022, 10:05 AM
vdonaldson accepted this revision.Aug 31 2022, 10:10 AM