[PATCH] D69494: OpenMP: Add helper function for convergent runtime calls

Alexey Bataev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Oct 27 18:38:12 PDT 2019


ABataev requested changes to this revision.
ABataev added a comment.
This revision now requires changes to proceed.

Tests?



================
Comment at: clang/lib/CodeGen/CodeGenModule.h:1039
+      llvm::AttributeList ExtraAttrs = llvm::AttributeList(),
+      bool Local = false) {
+    return CreateRuntimeFunction(Ty, Name, ExtraAttrs, Local, true);
----------------
Add a comment with the name of parameter for `true` argument.


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

https://reviews.llvm.org/D69494





More information about the cfe-commits mailing list