This is an archive of the discontinued LLVM Phabricator instance.

[flang] Implement runtime for IALL & IANY
ClosedPublic

Authored by klausler on Jun 15 2021, 4:36 PM.

Details

Summary

We had IPARITY (xor-reduction) but I missed IALL (and)
and IANY (or).

Diff Detail

Event Timeline

klausler created this revision.Jun 15 2021, 4:36 PM
klausler requested review of this revision.Jun 15 2021, 4:36 PM
This revision is now accepted and ready to land.Jun 16 2021, 2:39 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptJun 16 2021, 2:55 PM