[llvm] [AArch64][Windows] Fix swift async context slot placement (PR #212922)
Saleem Abdulrasool via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 31 08:39:29 PDT 2026
================
@@ -1021,6 +1021,25 @@ void AArch64PrologueEmitter::emitFramePointerSetup(
if (CombineSPBump)
FPOffset += AFI->getLocalStackSize();
+#ifndef NDEBUG
----------------
compnerd wrote:
This is definitely the wrong condition to gate this check on.
https://github.com/llvm/llvm-project/pull/212922
More information about the llvm-commits
mailing list