[llvm] [BOLT] Gadget scanner: detect non-protected indirect calls (PR #131899)
Kristof Beyls via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 26 07:14:13 PDT 2025
================
@@ -382,11 +382,11 @@ class PacRetAnalysis
public:
std::vector<MCInstReference>
- getLastClobberingInsts(const MCInst Ret, BinaryFunction &BF,
- const ArrayRef<MCPhysReg> UsedDirtyRegs) const {
----------------
kbeyls wrote:
Doing this in a separate PR makes sense to me, thanks.
https://github.com/llvm/llvm-project/pull/131899
More information about the llvm-commits
mailing list