[Openmp-commits] [PATCH] D95282: [OpenMP] Add source location information to the libomptarget profile

Johannes Doerfert via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Jan 22 17:44:52 PST 2021


jdoerfert created this revision.
jdoerfert added reviewers: ggeorgakoudis, JonChesterfield, tianshilei1992, jhuber6, ye-luo.
Herald added subscribers: guansong, yaxunl.
Herald added a reviewer: bollu.
jdoerfert requested review of this revision.
Herald added a subscriber: sstefan1.
Herald added a project: OpenMP.

In much of the libomptarget interface we have an ident_t object now, if
it is not null we can use it to improve the profile output. For now, we
simply use the ident_t "source information string" as generated by the
FE.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D95282

Files:
  openmp/libomptarget/include/SourceInfo.h
  openmp/libomptarget/src/interface.cpp
  openmp/libomptarget/src/private.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95282.318707.patch
Type: text/x-patch
Size: 5915 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20210123/eb4861c6/attachment-0001.bin>


More information about the Openmp-commits mailing list