[PATCH] D125649: [ARM SEH 7] [ARM] Adjust the frame pointer when it's needed for SEH unwinding

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 25 12:54:57 PDT 2022


efriedma added inline comments.


================
Comment at: llvm/test/CodeGen/ARM/Windows/wineh-framepointer.ll:25
+; CHECK-NEXT:         sub.w   sp, sp, r4
+; CHECK-NEXT:         .seh_stackalloc_w       5024
+; CHECK-NEXT:         .seh_endprologue
----------------
We probably shouldn't include this seh_stackalloc_w in the prologue; not sure if the unwinder actually cares, but at best it has no effect.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125649/new/

https://reviews.llvm.org/D125649



More information about the llvm-commits mailing list