[all-commits] [llvm/llvm-project] 1e1215: [OpenMP][NFCI] Pipe the IdentTy object through mor...

Johannes Doerfert via All-commits all-commits at lists.llvm.org
Thu Jan 27 12:37:13 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1e1215689656459ad41d4501d9204dcea4004a71
      https://github.com/llvm/llvm-project/commit/1e1215689656459ad41d4501d9204dcea4004a71
  Author: Johannes Doerfert <johannes at jdoerfert.de>
  Date:   2022-01-27 (Thu, 27 Jan 2022)

  Changed paths:
    M openmp/libomptarget/DeviceRTL/include/State.h
    M openmp/libomptarget/DeviceRTL/src/Parallelism.cpp
    M openmp/libomptarget/DeviceRTL/src/State.cpp
    M openmp/libomptarget/DeviceRTL/src/Tasking.cpp

  Log Message:
  -----------
  [OpenMP][NFCI] Pipe the IdentTy object through more new RT functions

IdentTy objects are useful for debugging and profiling so we want to
keep them around in more places, especially those that have a large
impact on performance, e.g., everything related to state.

Reviewed By: tianshilei1992

Differential Revision: https://reviews.llvm.org/D112494




More information about the All-commits mailing list