[PATCH] D102107: [OpenMP] Codegen aggregate for outlined function captures

Alexey Bataev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 1 09:26:53 PST 2021


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

LG wit a nit



================
Comment at: clang/lib/CodeGen/CGOpenMPRuntimeGPU.cpp:1567
+    } else
+      AggregatePtr = llvm::Constant::getNullValue(OMPBuilder.VoidPtr);
 
----------------
Enclose into braces too


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102107



More information about the cfe-commits mailing list