[all-commits] [llvm/llvm-project] fa5557: [BOLT] Refactor MCInstReference and move it to Cor...

Anatoly Trosinenko via All-commits all-commits at lists.llvm.org
Wed Aug 27 04:19:52 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fa5557f1254cb9cb657f33f0171c29783a98665d
      https://github.com/llvm/llvm-project/commit/fa5557f1254cb9cb657f33f0171c29783a98665d
  Author: Anatoly Trosinenko <atrosinenko at accesssoftek.com>
  Date:   2025-08-27 (Wed, 27 Aug 2025)

  Changed paths:
    A bolt/include/bolt/Core/MCInstUtils.h
    M bolt/include/bolt/Passes/PAuthGadgetScanner.h
    M bolt/lib/Core/CMakeLists.txt
    A bolt/lib/Core/MCInstUtils.cpp
    M bolt/lib/Passes/PAuthGadgetScanner.cpp

  Log Message:
  -----------
  [BOLT] Refactor MCInstReference and move it to Core (NFC) (#138655)

Refactor MCInstReference class and move it from PAuth gadget scanner to
Core.

MCInstReference is a class representing a constant reference to an
instruction inside a parent entity - either inside a basic block (which
has a reference to its parent function) or directly inside a function
(when CFG information is not available).



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list