[llvm] [aarch64] XOR the frame pointer with the stack cookie when protecting the stack (PR #161114)

Pan Tao via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 26 21:59:53 PST 2025


================
@@ -2497,6 +2497,16 @@ bool AArch64InstrInfo::expandPostRAPseudo(MachineInstr &MI) const {
           .addMemOperand(*MI.memoperands_begin());
     }
   }
+  // To match MSVC
----------------
PanTao2 wrote:

Could you please review the added comment?

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


More information about the llvm-commits mailing list