This is an archive of the discontinued LLVM Phabricator instance.

[flang][openacc] Support dynamic slice in reduction lowering
AbandonedPublic

Authored by clementval on Jul 18 2023, 3:53 PM.

Details

Summary

Lower dynamic array slices reduction. Extent is passed to
the init and combiner region as entry block arguments.

Depends on D155655 and D155656

Diff Detail