[Openmp-commits] [PATCH] D96667: [OpenMP][FIX] Avoid use of stack allocations in asynchronous calls

Roman Lebedev via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Sun Feb 14 10:45:13 PST 2021


lebedev.ri added inline comments.


================
Comment at: openmp/libomptarget/src/omptarget.cpp:35
+void *&AsyncInfoTy::getVoidPtrLocation() {
+  BufferLocations.push_back(0);
+  return BufferLocations.back();
----------------
?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96667



More information about the Openmp-commits mailing list