[PATCH] D114545: [CodeGen] Async unwind - add a pass to fix CFI information

Momchil Velikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 1 02:49:07 PDT 2022


chill marked 4 inline comments as done.
chill added inline comments.


================
Comment at: llvm/lib/Target/AArch64/AArch64FrameLowering.cpp:301
 static StackOffset getSVEStackSize(const MachineFunction &MF);
+static bool needsShadowCallStackPrologueEpilogue(MachineFunction &MF);
 
----------------
MaskRay wrote:
> Optional: wonder whether this can be avoided by moving  AArch64FrameLowering::resetCFIToInitialState after the body of needsShadowCallStackPrologueEpilogue
I'd prefer various functions, which deal with CFI emission to be closer together.


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

https://reviews.llvm.org/D114545



More information about the llvm-commits mailing list