[PATCH] D65653: [AArch64] Change location of frame-record within callee-save area.

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 7 08:32:32 PDT 2019


sdesmalen updated this revision to Diff 213892.
sdesmalen marked 2 inline comments as done.
sdesmalen added a comment.

- Updated the patch to retain the current location of the frame-record in the callee-save area for Darwin.
- Removed the code that tried to emit the CFI information for FP and LR before the other callee-saves, as this was only needed on Darwin for the compact unwind encoding.


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

https://reviews.llvm.org/D65653

Files:
  lib/Target/AArch64/AArch64CallingConvention.td
  lib/Target/AArch64/AArch64FrameLowering.cpp
  lib/Target/AArch64/AArch64RegisterInfo.cpp
  test/CodeGen/AArch64/aarch64-dynamic-stack-layout.ll
  test/CodeGen/AArch64/aarch64-vector-pcs.mir
  test/CodeGen/AArch64/addsub-constant-folding.ll
  test/CodeGen/AArch64/alloca.ll
  test/CodeGen/AArch64/arm64-alloca-frame-pointer-offset.ll
  test/CodeGen/AArch64/cgp-usubo.ll
  test/CodeGen/AArch64/fast-isel-sp-adjust.ll
  test/CodeGen/AArch64/irg_sp_tagp.ll
  test/CodeGen/AArch64/regress-w29-reserved-with-fp.ll
  test/CodeGen/AArch64/reverse-csr-restore-seq.mir
  test/CodeGen/AArch64/seh-finally.ll
  test/CodeGen/AArch64/shadow-call-stack.ll
  test/CodeGen/AArch64/sink-copy-for-shrink-wrap.ll
  test/CodeGen/AArch64/spill-stack-realignment.mir
  test/CodeGen/AArch64/sponentry.ll
  test/CodeGen/AArch64/stack-guard-reassign.ll
  test/CodeGen/AArch64/stack-guard-vaarg.ll
  test/CodeGen/AArch64/unfold-masked-merge-scalar-constmask-innerouter.ll
  test/CodeGen/AArch64/unfold-masked-merge-scalar-constmask-interleavedbits.ll
  test/CodeGen/AArch64/unfold-masked-merge-scalar-constmask-interleavedbytehalves.ll
  test/CodeGen/AArch64/unfold-masked-merge-scalar-constmask-lowhigh.ll
  test/CodeGen/AArch64/unfold-masked-merge-scalar-variablemask.ll
  test/CodeGen/AArch64/unreachable-emergency-spill-slot.mir
  test/CodeGen/AArch64/win64_vararg.ll
  test/CodeGen/AArch64/wineh-frame5.mir
  test/CodeGen/AArch64/wineh-frame7.mir
  test/CodeGen/AArch64/wineh-try-catch-realign.ll
  test/CodeGen/AArch64/wineh-try-catch.ll
  test/CodeGen/AArch64/wineh_shrinkwrap.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65653.213892.patch
Type: text/x-patch
Size: 65719 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190807/ac8cb98e/attachment-0001.bin>


More information about the llvm-commits mailing list