[PATCH] D71216: [AArch64] Implement passing SVE vectors by ref for AAPCS.

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 13 07:25:49 PST 2020


sdesmalen updated this revision to Diff 237675.
sdesmalen added a comment.

- Added two fixes to DAGCombine where we need to bail out if the type is scalable (the tests ran into some assertion failures otherwise).


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

https://reviews.llvm.org/D71216

Files:
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
  llvm/test/CodeGen/AArch64/sve-callbyref-notailcall.ll
  llvm/test/CodeGen/AArch64/sve-calling-convention-byref.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71216.237675.patch
Type: text/x-patch
Size: 16934 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200113/f1171fd6/attachment.bin>


More information about the llvm-commits mailing list