[flang][openacc] Lower update directive
authorValentin Clement <clementval@gmail.com>
Wed, 4 Nov 2020 20:47:40 +0000 (15:47 -0500)
committerclementval <clementval@gmail.com>
Wed, 4 Nov 2020 20:48:07 +0000 (15:48 -0500)
commitb45ea4451a9ee9595865483f90b88faa84413475
tree96451659882501125da5341709513b165cbd3bd3
parente6cd3eff17fdcfd23f3aad1aea2c99a26f62ac46
[flang][openacc] Lower update directive

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

Reviewed By: schweitz

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