This is an archive of the discontinued LLVM Phabricator instance.

[flang][hlfir] add support for elemental intrinsics with custom handling
ClosedPublic

Authored by tblah on Jul 14 2023, 7:06 AM.

Details

Summary

Only minimal argument processing is needed here because they will be
lowered properly either by the elemental intrinsic call builder or the
lowering of the scalar call inside the elemental kernel.

Dynamically optional arrays are coming in the next patch.

Depends On: D155291

Diff Detail

Event Timeline

tblah created this revision.Jul 14 2023, 7:06 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJul 14 2023, 7:06 AM
tblah requested review of this revision.Jul 14 2023, 7:06 AM
vzakhari accepted this revision.Jul 14 2023, 10:40 AM
This revision is now accepted and ready to land.Jul 14 2023, 10:40 AM