This is an archive of the discontinued LLVM Phabricator instance.

[flang] Lower general forall statement
ClosedPublic

Authored by clementval on Mar 10 2022, 9:02 AM.

Details

Summary

This patch lowers general forall statements. The forall
are lowered to nested loops.

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

Depends on D121385

Diff Detail

Event Timeline

clementval created this revision.Mar 10 2022, 9:02 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald Transcript
clementval requested review of this revision.Mar 10 2022, 9:02 AM
PeteSteinfeld accepted this revision.Mar 10 2022, 9:51 AM

All builds and tests correctly and looks good.

This revision is now accepted and ready to land.Mar 10 2022, 9:51 AM
schweitz accepted this revision.Mar 10 2022, 10:05 AM
This revision was automatically updated to reflect the committed changes.