[PATCH] D114379: [OMPIRBuilder] Add support for simd (loop) directive.

Michael Kruse via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 13 12:34:39 PST 2022


Meinersbur added inline comments.


================
Comment at: clang/lib/CodeGen/CGStmtOpenMP.cpp:2587
+  // Check for unsupported clauses
+  if (S.clauses().size() > 0) {
+    // Currently no clause is supported
----------------



================
Comment at: clang/lib/CodeGen/CGStmtOpenMP.cpp:2591
+  }
+  // Check if we have a statement with the ordered directive.
+  // Visit the statement hierarchy to find a compound statement
----------------



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

https://reviews.llvm.org/D114379



More information about the cfe-commits mailing list