[PATCH] D90219: [SVE] Deal with SVE tuple call arguments correctly when running out of registers

David Sherwood via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 9 03:37:05 PST 2020


david-arm updated this revision to Diff 303812.
david-arm added a comment.

- Added more comments documenting the algorithm in AArch64CallingConvention.cpp.
- Rewrote loops in AArch64ISelLowering.cpp


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

https://reviews.llvm.org/D90219

Files:
  llvm/include/llvm/CodeGen/CallingConvLower.h
  llvm/include/llvm/CodeGen/TargetCallingConv.h
  llvm/lib/CodeGen/CallingConvLower.cpp
  llvm/lib/Target/AArch64/AArch64CallingConvention.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/test/CodeGen/AArch64/sve-calling-convention-mixed.ll
  llvm/test/CodeGen/AArch64/sve-calling-convention-tuples-broken.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90219.303812.patch
Type: text/x-patch
Size: 24124 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201109/63f36657/attachment.bin>


More information about the llvm-commits mailing list