This is an archive of the discontinued LLVM Phabricator instance.

[flang] Add hlfir.apply definition
ClosedPublic

Authored by jeanPerier on Dec 14 2022, 6:28 AM.

Details

Summary

hlfir.apply allows retrieving element values from an array expression
value. See https://github.com/llvm/llvm-project/blob/main/flang/docs/HighLevelFIR.md
for more detail.

Depends on D140015

Diff Detail

Event Timeline

jeanPerier created this revision.Dec 14 2022, 6:28 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 14 2022, 6:28 AM
jeanPerier requested review of this revision.Dec 14 2022, 6:28 AM
This revision is now accepted and ready to land.Dec 14 2022, 8:15 AM
This revision was automatically updated to reflect the committed changes.