This is an archive of the discontinued LLVM Phabricator instance.

[flang][hlfir] Do not inline ordered elementals.
ClosedPublic

Authored by vzakhari on Jun 28 2023, 5:48 PM.

Details

Summary

This patch just disables inlining of ordered hlfir.elemental operations.
Proving the safeness of inlining is left for future development.

Depends on D154032

Diff Detail

Event Timeline

vzakhari created this revision.Jun 28 2023, 5:48 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 28 2023, 5:48 PM
vzakhari requested review of this revision.Jun 28 2023, 5:48 PM
This revision is now accepted and ready to land.Jun 29 2023, 12:00 AM
tblah accepted this revision.Jun 29 2023, 2:54 AM

Thank you for fixing this!

This revision was automatically updated to reflect the committed changes.