[PATCH] D104123: [llvm][AArch64] Handle arrays of struct properly (from IR)

David Spickett via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 15 03:09:21 PDT 2021


DavidSpickett updated this revision to Diff 352081.
DavidSpickett added a comment.

Use ComputeValueVTs instead of recursing manually.

Note that is_splat does return false for a container
with 0 items but this is fine. Just means there's
nothing concrete for us to handle anyway.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104123

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/test/CodeGen/AArch64/argument-blocks-array-of-struct.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104123.352081.patch
Type: text/x-patch
Size: 18511 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210615/d22f969d/attachment.bin>


More information about the llvm-commits mailing list