[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
Sun Jan 24 17:23:32 PST 2021
jdoerfert added a comment.
In D95282#2518314 <https://reviews.llvm.org/D95282#2518314>, @tianshilei1992 wrote:
> Seems like this patch introduces many unrelated changes.
One I could split off (`if (arg_num)` x 2), and one accidental reformat, the rest is "part of the profiling".
The loc might now be available in places it is not used, which is generally speaking not a problem.
Here is how a profile now can look like:
F15172499: 2021-01-24_19-01-1611537326.jpg <https://reviews.llvm.org/F15172499>
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95282/new/
https://reviews.llvm.org/D95282
More information about the Openmp-commits
mailing list