This is an archive of the discontinued LLVM Phabricator instance.

[flang] Fix DOT_PRODUCT for logical
ClosedPublic

Authored by klausler on Oct 22 2021, 2:46 PM.

Details

Summary

A build-time check in a template class instantiation was applying
a test that's meaningful only for numeric types.

Diff Detail

Event Timeline

klausler created this revision.Oct 22 2021, 2:46 PM
klausler requested review of this revision.Oct 22 2021, 2:46 PM
vdonaldson accepted this revision.Oct 22 2021, 3:51 PM
This revision is now accepted and ready to land.Oct 22 2021, 3:51 PM
This revision was landed with ongoing or failed builds.Oct 22 2021, 3:59 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptOct 22 2021, 3:59 PM