[llvm] [BOLT] Extend Inliner to work on functions with Pointer Autentication (PR #162458)

Gergely Bálint via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 18 05:19:47 PST 2025


================
@@ -313,6 +313,19 @@ class AArch64MCPlusBuilder : public MCPlusBuilder {
            Inst.getOpcode() == AArch64::RETABSPPCr;
   }
 
+  void createMatchingAuth(const MCInst &AuthAndRet, MCInst &Auth) override {
+    switch (AuthAndRet.getOpcode()) {
----------------
bgergely0 wrote:

fair point!

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


More information about the llvm-commits mailing list