[flang][openacc] Lower data construct
authorValentin Clement <clementval@gmail.com>
Mon, 12 Oct 2020 19:03:53 +0000 (15:03 -0400)
committerclementval <clementval@gmail.com>
Mon, 12 Oct 2020 19:04:06 +0000 (15:04 -0400)
commit388d373294e1f7386e1bc14338bd985189f47604
tree3254ab6afa4dbe355363d7fe20d0eb3da9d5757b
parentdce8f2bb25ea1d01533d8e602f2520492fa67259
[flang][openacc] Lower data construct

This patch upstream the lowering of Data construct that was initially done in
https://github.com/flang-compiler/f18-llvm-project/pull/460.

Reviewed By: jeanPerier

Differential Revision: https://reviews.llvm.org/D88918
flang/lib/Lower/OpenACC.cpp