This is an archive of the discontinued LLVM Phabricator instance.

[flang] Make SetLength TODO explicit in HLFIR
ClosedPublic

Authored by jeanPerier on Dec 2 2022, 2:18 AM.

Details

Summary

evaluate::SetLength is the last intrinsic binary operation
that needs to be lowered to HLFIR. It will require an hlfir.set_length
op or hlfir.as_expr to convert the result to an expression. Add a TODO
for now.

Depends on D139180

Diff Detail

Event Timeline

jeanPerier created this revision.Dec 2 2022, 2:18 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 2 2022, 2:18 AM
jeanPerier requested review of this revision.Dec 2 2022, 2:18 AM
This revision was not accepted when it landed; it landed in state Needs Review.Dec 2 2022, 5:22 AM
This revision was automatically updated to reflect the committed changes.