This is an archive of the discontinued LLVM Phabricator instance.

[flang] Add hlfir.set_length operation
ClosedPublic

Authored by jeanPerier on Dec 16 2022, 7:29 AM.

Details

Summary

This will implement evaluate::SetLength where the length of
a character entity is changed (with trimming and padding).

Depends on D140214

Diff Detail

Event Timeline

jeanPerier created this revision.Dec 16 2022, 7:29 AM
Herald added a project: Restricted Project. · View Herald Transcript
jeanPerier requested review of this revision.Dec 16 2022, 7:29 AM

All builds and tests correctly and looks good. You should get @clementval to approve, though.

This revision is now accepted and ready to land.Dec 16 2022, 10:16 AM
This revision was automatically updated to reflect the committed changes.