[PATCH] D112329: [AArch64] Async unwind (4/6) - Refactor generation of shadow call stack prologue/epilogue

Momchil Velikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 22 09:23:30 PDT 2021


chill created this revision.
Herald added subscribers: hiraditya, kristof.beyls.
chill requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This patch is in preparation for the async unwind CFI.

Move the emission of the shadow call stack prologue/epilogue
instructions to the `emitPrologue`/`emitEpilogue`. This greatly
simplifies especially epilogue generation and makes unnecessary some
quite fragile code, that tries to skip over those


https://reviews.llvm.org/D112329

Files:
  llvm/lib/Target/AArch64/AArch64FrameLowering.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112329.381579.patch
Type: text/x-patch
Size: 9963 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211022/fb643fd7/attachment.bin>


More information about the llvm-commits mailing list