[mlir][openacc] Use new private representation in acc.parallel
authorValentin Clement <clementval@gmail.com>
Mon, 22 May 2023 16:49:07 +0000 (09:49 -0700)
committerValentin Clement <clementval@gmail.com>
Mon, 22 May 2023 16:49:31 +0000 (09:49 -0700)
commitc067c6e55dcf6cd936d4b74aed254abaa6f398fc
treed1289c1d6b85ff33486e944ae1e03badc509a4fd
parentc606fefa8579f1d00b53d0a7a6b63319526003e4
[mlir][openacc] Use new private representation in acc.parallel

Update acc.parallel private operands list to use the new design
introduced in D150622.

Test in flang/test/Lower/OpenACC/acc-parallel.f90 and
flang/test/Lower/OpenACC/acc-parallel-loop.f90 are temporarly
disabled and will be enabled with updated lowering in the follow-up
patch.

Reviewed By: razvanlupusoru

Differential Revision: https://reviews.llvm.org/D150971
flang/test/Lower/OpenACC/acc-parallel-loop.f90
flang/test/Lower/OpenACC/acc-parallel.f90
mlir/include/mlir/Dialect/OpenACC/OpenACCOps.td
mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp
mlir/test/Dialect/OpenACC/ops.mlir