This is an archive of the discontinued LLVM Phabricator instance.

[flang] Fold DOT_PRODUCT()
ClosedPublic

Authored by klausler on Aug 25 2022, 10:58 AM.

Details

Summary

Implement constant folding of the intrinsic function DOT_PRODUCT().

Diff Detail

Event Timeline

klausler created this revision.Aug 25 2022, 10:58 AM
Herald added a project: Restricted Project. · View Herald Transcript
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.Aug 25 2022, 10:58 AM
jeanPerier accepted this revision.Aug 25 2022, 2:34 PM

Looks good

This revision is now accepted and ready to land.Aug 25 2022, 2:34 PM
This revision was automatically updated to reflect the committed changes.