[all-commits] [llvm/llvm-project] 92a1e0: [BOLT] Factor out MCInstReference from gadget scan...
Anatoly Trosinenko via All-commits
all-commits at lists.llvm.org
Tue May 6 01:51:06 PDT 2025
Branch: refs/heads/users/atrosinenko/bolt-factor-out-mcinstreference
Home: https://github.com/llvm/llvm-project
Commit: 92a1e070acb02dd4e291bf472ecdfcffc1826463
https://github.com/llvm/llvm-project/commit/92a1e070acb02dd4e291bf472ecdfcffc1826463
Author: Anatoly Trosinenko <atrosinenko at accesssoftek.com>
Date: 2025-05-06 (Tue, 06 May 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] Factor out MCInstReference from gadget scanner (NFC)
Move MCInstReference 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 to the 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