[PATCH] D112330: [AArch64] Async unwind - function epilogues

Momchil Velikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 8 08:14:08 PST 2021


chill added inline comments.


================
Comment at: llvm/lib/Target/AArch64/AArch64FrameLowering.cpp:1867
           .setMIFlag(MachineInstr::FrameDestroy);
+    // if (EmitCFI)
+    //   emitCalleeSavedGPRRestores(MBB, MBB.getFirstTerminator());
----------------
Note to self: remove.


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

https://reviews.llvm.org/D112330



More information about the llvm-commits mailing list