[llvm-branch-commits] [llvm] [BOLT] Gadget scanner: optionally assume auth traps on failure (PR #139778)

Kristof Beyls via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Aug 27 07:12:16 PDT 2025


================
@@ -364,6 +370,34 @@ class SrcSafetyAnalysis {
     return Clobbered;
   }
 
+  std::optional<MCPhysReg> getRegMadeTrustedByChecking(const MCInst &Inst,
+                                                       SrcState Cur) const {
+    // This functions cannot return multiple registers. This is never the case
----------------
kbeyls wrote:

s/functions/function/

https://github.com/llvm/llvm-project/pull/139778


More information about the llvm-branch-commits mailing list