[all-commits] [llvm/llvm-project] 0f4b4e: [OpenMP] RecordReplay saves bitcode when JIT-ing

Giorgis Georgakoudis via All-commits all-commits at lists.llvm.org
Wed Jan 18 11:25:40 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0f4b4e8e4d8b3aafba829143e2fd4237620ea4d7
      https://github.com/llvm/llvm-project/commit/0f4b4e8e4d8b3aafba829143e2fd4237620ea4d7
  Author: Giorgis Georgakoudis <georgakoudis1 at llnl.gov>
  Date:   2023-01-18 (Wed, 18 Jan 2023)

  Changed paths:
    M openmp/libomptarget/plugins-nextgen/common/PluginInterface/PluginInterface.cpp
    M openmp/libomptarget/plugins-nextgen/common/PluginInterface/PluginInterface.h

  Log Message:
  -----------
  [OpenMP] RecordReplay saves bitcode when JIT-ing

This patch enables to store bitcode images when JIT is enabled for the record-and-replay functionality (see https://reviews.llvm.org/D138931). Credits to @jdoerfert for refactoring the code.

Reviewed By: jdoerfert

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




More information about the All-commits mailing list