[PATCH] D144634: [Clang][OpenMP] Support for Code Generation of loop bind clause

Johannes Doerfert via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 23 11:53:15 PST 2023


jdoerfert added a comment.

We need tests.



================
Comment at: clang/lib/CodeGen/CGStmtOpenMP.cpp:7790
+  for (const auto *C : S.getClausesOfKind<OMPBindClause>()) {
+    OpenMPBindClauseKind bindParam = C->getBindKind();
+    switch (bindParam) {
----------------
style, also below.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D144634/new/

https://reviews.llvm.org/D144634



More information about the cfe-commits mailing list