[PATCH] D120573: [OpenMP] Support runtime user conditions in metadirective

Abid via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 22 15:53:55 PDT 2022


abidmalikwaterloo added inline comments.


================
Comment at: clang/lib/CodeGen/CGStmtOpenMP.cpp:1793
+void CodeGenFunction::EmitOMPMetaDirective(const OMPMetaDirective &D) {
+  llvm::BasicBlock *AfterBlock =
+      createBasicBlock("omp.meta.user.condition.after");
----------------
Why are you skipping the AST building part? Any special significance of this approach?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120573



More information about the llvm-commits mailing list