[all-commits] [llvm/llvm-project] 8c7fdc: [OpenMP] Add source location information to the li...
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Mon Jan 25 20:43:59 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8c7fdc4c61bff94a3ac1bb4877d1c00e01ee53be
https://github.com/llvm/llvm-project/commit/8c7fdc4c61bff94a3ac1bb4877d1c00e01ee53be
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2021-01-25 (Mon, 25 Jan 2021)
Changed paths:
M openmp/libomptarget/include/SourceInfo.h
M openmp/libomptarget/src/interface.cpp
M openmp/libomptarget/src/omptarget.cpp
M openmp/libomptarget/src/private.h
M openmp/libomptarget/src/rtl.cpp
Log Message:
-----------
[OpenMP] Add source location information to the libomptarget profile
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.
Reviewed By: tianshilei1992
Differential Revision: https://reviews.llvm.org/D95282
More information about the All-commits
mailing list