[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 Oct 15 18:59:08 PDT 2025


================
@@ -28965,7 +28965,25 @@ void AArch64TargetLowering::ReplaceNodeResults(
 bool AArch64TargetLowering::useLoadStackGuardNode(const Module &M) const {
----------------
PanTao2 wrote:

I added the EOR instruction in AArch64InstrInfo::expandPostRAPseudo. Could you please further review it?

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


More information about the llvm-commits mailing list