[flang][openacc] Lower default clause to acc.data operation attributes
authorValentin Clement <clementval@gmail.com>
Fri, 30 Jun 2023 18:21:32 +0000 (11:21 -0700)
committerValentin Clement <clementval@gmail.com>
Fri, 30 Jun 2023 18:21:48 +0000 (11:21 -0700)
commit32899e14afdc453882b50a8bcd291310920c55bd
tree82f324230b90d2ddcfed4e18d729f4b2e5af8e67
parent2faf397e4f55b9d3e6aea682e66a948b056fce2d
[flang][openacc] Lower default clause to acc.data operation attributes

Lowering of the default clause was missing on the acc.data operation. This
patch lowers the default clause to its corresponding attribute.

Reviewed By: razvanlupusoru

Differential Revision: https://reviews.llvm.org/D154162
flang/lib/Lower/OpenACC.cpp
flang/test/Lower/OpenACC/acc-data.f90