This is an archive of the discontinued LLVM Phabricator instance.

[flang][openacc] Lower loop with collapse clause
AbandonedPublic

Authored by clementval on Aug 23 2020, 5:25 PM.

Details

Summary

Lower OpenACCLoopConstruct and the collapse clause to the OpenACC acc.loop operation in MLIR.
This patch refelcts what can be upstream from PR flang-compiler/f18-llvm-project#410

Diff Detail

Event Timeline

clementval created this revision.Aug 23 2020, 5:25 PM
Herald added a project: Restricted Project. · View Herald Transcript
clementval requested review of this revision.Aug 23 2020, 5:25 PM

Update to reflect change in PR

Is it possible to add lit tests based on the generated mlir?

Is it possible to add lit tests based on the generated mlir?

Not without the Bridge. Tests are present in fir-dev and will be upstream asap.

clementval abandoned this revision.Sep 9 2020, 9:00 AM

This patch is now part of D87389