[Openmp-commits] [PATCH] D81054: [OpenMP] Introduce target memory manager

Shilei Tian via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Aug 3 18:02:20 PDT 2020


tianshilei1992 added inline comments.


================
Comment at: openmp/libomptarget/src/memory.cpp:66
+  return L;
+}
+
----------------
jdoerfert wrote:
> `-inline` `+static`
I didn't get that. Why does `inline` not work here? This function is so simple such that I would like to see it is inlined by the compiler.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81054



More information about the Openmp-commits mailing list