[flang][openacc] Lower wait directive
authorValentin Clement <clementval@gmail.com>
Thu, 5 Nov 2020 02:15:35 +0000 (21:15 -0500)
committerclementval <clementval@gmail.com>
Thu, 5 Nov 2020 02:15:52 +0000 (21:15 -0500)
commit1dad9d4282cc33689b304e87793eff2755b82725
tree071278420f348a7d34f8640623e5d2f5c578bb2c
parent484ec6be30663f980db233fee6c197493b0fe0d7
[flang][openacc] Lower wait directive

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

Reviewed By: schweitz

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