[flang][openacc] Add initial support to lower private clause to the new design
This patch adds the initial infrastructure to lower the private clause to the new design introduced in D150622. The init region is not implemented yet and currently only yield the input argument (semantic is then similar with the previous design currently). Implementation will come in a follow up patch to keep patch. This patch also re-enable test commented out for `acc serial`, `acc serial loop`, `acc parallel` and `acc parallel loop` with private clause. Depends on D150972, D150973 Reviewed By: razvanlupusoru, jeanPerier Differential Revision: https://reviews.llvm.org/D150975
Loading
Please sign in to comment