[PATCH] D52216: [AArch64] Support adding X[8-15, 18] registers as CSRs.

Tri Vo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 19 20:00:25 PDT 2018


trong updated this revision to Diff 166215.
trong marked 4 inline comments as done.
trong added a comment.

- Added helper functions to AArch64RegisterInfo to update CSR list/mask with custom calling convention during instruction selection.


Repository:
  rL LLVM

https://reviews.llvm.org/D52216

Files:
  lib/Target/AArch64/AArch64.td
  lib/Target/AArch64/AArch64CallLowering.cpp
  lib/Target/AArch64/AArch64FastISel.cpp
  lib/Target/AArch64/AArch64FrameLowering.cpp
  lib/Target/AArch64/AArch64ISelLowering.cpp
  lib/Target/AArch64/AArch64RegisterInfo.cpp
  lib/Target/AArch64/AArch64RegisterInfo.h
  lib/Target/AArch64/AArch64Subtarget.cpp
  lib/Target/AArch64/AArch64Subtarget.h
  test/CodeGen/AArch64/arm64-custom-call-saved-reg.ll
  test/CodeGen/AArch64/arm64-reserve-call-saved-reg.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52216.166215.patch
Type: text/x-patch
Size: 15907 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180920/638edff8/attachment-0001.bin>


More information about the llvm-commits mailing list