[PATCH] D79587: [CodeGen][SVE] Legalisation of extends with scalable types

Kerry McLaughlin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 29 05:56:49 PDT 2020


kmclaughlin updated this revision to Diff 267183.
kmclaughlin edited the summary of this revision.
kmclaughlin added a comment.

- Removed ReplaceExtensionResults and instead try to use extract_subvector as much as possible to legalise the result
- Added ReplaceExtractSubVectorResults, which replaces extract_subvector with unpack operations
- Changed performSignExtendInRegCombine to replace a sign extend of an unsigned unpack with a signed unpack
- Removed changes to unrelated test files


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

https://reviews.llvm.org/D79587

Files:
  llvm/include/llvm/CodeGen/ValueTypes.h
  llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
  llvm/lib/CodeGen/ValueTypes.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.h
  llvm/test/CodeGen/AArch64/sve-ext.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79587.267183.patch
Type: text/x-patch
Size: 16113 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200529/6da2ba24/attachment.bin>


More information about the llvm-commits mailing list