[PATCH] D86548: [SVE][CodeGen] Legalisation of truncate for scalable vectors

Kerry McLaughlin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 1 10:49:21 PDT 2020


kmclaughlin updated this revision to Diff 289220.
kmclaughlin marked 3 inline comments as done.
kmclaughlin added a comment.

- Set EXTRACT_SUBVECTOR to Custom for the illegal types nxv8i8, nxv4i16 & nxv2i32 only.
- Changed LowerINSERT_SUBVECTOR to apply the same checks for both the low & high cases.


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

https://reviews.llvm.org/D86548

Files:
  llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/test/CodeGen/AArch64/sve-split-trunc.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86548.289220.patch
Type: text/x-patch
Size: 5800 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200901/63c14661/attachment.bin>


More information about the llvm-commits mailing list