[PATCH] D155692: [clang][OpenMP] Add interop support for multiple depend clauses

Michael Halkenhäuser via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 19 03:38:09 PDT 2023


mhalk created this revision.
Herald added subscribers: sunshaoce, guansong, yaxunl.
Herald added a project: All.
mhalk requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: cfe-commits, jplehr, sstefan1.
Herald added a project: clang.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D155692

Files:
  clang/lib/CodeGen/CGStmtOpenMP.cpp
  clang/test/OpenMP/interop_irbuilder.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155692.541939.patch
Type: text/x-patch
Size: 16044 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230719/ce5b2773/attachment-0001.bin>


More information about the cfe-commits mailing list