[PATCH] D96004: [AArch64] Stack probing for function prologues

Oskar Wirga via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 21 14:22:38 PDT 2023


oskarwirga added a comment.

I've spent some time myself working rebasing this stack and getting it green. Currently running into a runtime crash in libunwind where parseFDEInstructions is being called over and over and exhausting stack memory. Current best guess is that perhaps the stack probing is messing up the call frame information in such a way that causes a loop in the libunwind. If anyone has any suggestions of where to look or how to debug this I would appreciate it :)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96004



More information about the llvm-commits mailing list