[clang][OpenMP] Add interop support for multiple depend clauses
authorMichael Halkenhaeuser <MichaelGerald.Halkenhauser@amd.com>
Tue, 18 Jul 2023 16:56:12 +0000 (12:56 -0400)
committerMichael Halkenhaeuser <MichaelGerald.Halkenhauser@amd.com>
Thu, 20 Jul 2023 10:26:19 +0000 (06:26 -0400)
commit7d4e14c76b4e79a8718f3cb434cfcacfabd700c3
tree943d1e4cd965bbc4a2ac96ded8ea00b83bb90cb6
parent2c38740ca661a10866a796db105752e15372ddce
[clang][OpenMP] Add interop support for multiple depend clauses

This patch removes the constraint of the `interop` directive where only a single
`depend` clause was allowed.

Differential Revision: https://reviews.llvm.org/D155692
clang/lib/CodeGen/CGStmtOpenMP.cpp
clang/test/OpenMP/interop_irbuilder.cpp