This is an archive of the discontinued LLVM Phabricator instance.

[flang] add hlfir.all intrinsic
ClosedPublic

Authored by jacob-crawley on May 22 2023, 6:21 AM.

Details

Summary

Adds a new HLFIR operation for the ALL intrinsic according to the
design set out in flang/docs/HighLevel.md

Diff Detail

Event Timeline

jacob-crawley created this revision.May 22 2023, 6:21 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMay 22 2023, 6:21 AM
jacob-crawley requested review of this revision.May 22 2023, 6:21 AM
tblah accepted this revision.May 22 2023, 6:54 AM

LGTM! Thanks

This revision is now accepted and ready to land.May 22 2023, 6:54 AM

Thanks for the review.

Fixing clang format failure in CI

This revision was automatically updated to reflect the committed changes.