[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 10:21:23 PDT 2020
kmclaughlin updated this revision to Diff 267280.
kmclaughlin added a comment.
- Replaced uses of getVectorNumElements() with getVectorElementCount()
- Moved the new tests into the existing sve-sext-zext.ll file
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-sext-zext.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79587.267280.patch
Type: text/x-patch
Size: 15133 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200529/653e28e4/attachment.bin>
More information about the llvm-commits
mailing list