[llvm] [aarch64] XOR the frame pointer with the stack cookie when protecting the stack (PR #161114)
Eli Friedman via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 26 13:16:48 PST 2025
================
@@ -2497,6 +2497,16 @@ bool AArch64InstrInfo::expandPostRAPseudo(MachineInstr &MI) const {
.addMemOperand(*MI.memoperands_begin());
}
}
+ // To match MSVC
----------------
efriedma-quic wrote:
Maybe extend this comment a little to explain what exactly we're matching.
https://github.com/llvm/llvm-project/pull/161114
More information about the llvm-commits
mailing list