[PATCH] D129992: [clang][OpenMP] Add IRBuilder support for taskgroup

Michael Kruse via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 19 12:54:49 PDT 2022


Meinersbur accepted this revision.
Meinersbur added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: clang/lib/CodeGen/CGStmtOpenMP.cpp:5207-5209
+  if (T.clauses().size() > 0)
+    return false;
+  return true;
----------------
simplification


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129992



More information about the cfe-commits mailing list