This is an archive of the discontinued LLVM Phabricator instance.

[flang] Lower IO input with vector subscripts
ClosedPublic

Authored by clementval on Mar 16 2022, 7:25 AM.

Details

Summary

This patch adds lowering for IO input with vector subscripts.
It defines a VectorSubscriptBox class that allow representing and working
with a lowered Designator containing vector subscripts while ensuring
all the subscripts expression are only lowered once.

This patch is part of the upstreaming effort from fir-dev branch.

Co-authored-by: Jean Perier <jperier@nvidia.com>

Diff Detail

Event Timeline

clementval created this revision.Mar 16 2022, 7:25 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald Transcript
clementval requested review of this revision.Mar 16 2022, 7:25 AM
PeteSteinfeld accepted this revision.Mar 16 2022, 9:07 AM

All builds and tests correctly and looks good.

This revision is now accepted and ready to land.Mar 16 2022, 9:07 AM
This revision was landed with ongoing or failed builds.Mar 16 2022, 9:13 AM
This revision was automatically updated to reflect the committed changes.