[all-commits] [llvm/llvm-project] 43dce2: [BOLT][NFCI] Migrate pseudo probes to MetadataRewr...

maksfb via All-commits all-commits at lists.llvm.org
Thu Jul 6 11:22:20 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 43dce27c06e49ba98543d447734f41f454256216
      https://github.com/llvm/llvm-project/commit/43dce27c06e49ba98543d447734f41f454256216
  Author: Maksim Panchenko <maks at fb.com>
  Date:   2023-07-06 (Thu, 06 Jul 2023)

  Changed paths:
    M bolt/include/bolt/Core/BinaryContext.h
    M bolt/include/bolt/Core/BinaryFunction.h
    M bolt/include/bolt/Rewrite/MetadataRewriters.h
    M bolt/include/bolt/Rewrite/RewriteInstance.h
    M bolt/lib/Rewrite/CMakeLists.txt
    A bolt/lib/Rewrite/PseudoProbeRewriter.cpp
    M bolt/lib/Rewrite/RewriteInstance.cpp

  Log Message:
  -----------
  [BOLT][NFCI] Migrate pseudo probes to MetadataRewriter interface

Use new MetdataRewriter interface to update pseudo probes and move
ProbeDecoder out of BinaryContext into new PseudoProbeRewriter class.

Depends on D154021

Reviewed By: Amir

Differential Revision: https://reviews.llvm.org/D154022
Differential Revision: https://reviews.llvm.org/D154023




More information about the All-commits mailing list