[all-commits] [llvm/llvm-project] 7d4e14: [clang][OpenMP] Add interop support for multiple d...
Michael Halkenhäuser via All-commits
all-commits at lists.llvm.org
Thu Jul 20 03:46:03 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7d4e14c76b4e79a8718f3cb434cfcacfabd700c3
https://github.com/llvm/llvm-project/commit/7d4e14c76b4e79a8718f3cb434cfcacfabd700c3
Author: Michael Halkenhaeuser <MichaelGerald.Halkenhauser at amd.com>
Date: 2023-07-20 (Thu, 20 Jul 2023)
Changed paths:
M clang/lib/CodeGen/CGStmtOpenMP.cpp
M clang/test/OpenMP/interop_irbuilder.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list