[PATCH] D88033: [SVE][CodeGen] Legalisation of integer -> floating point conversions
Kerry McLaughlin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 25 05:31:33 PDT 2020
kmclaughlin updated this revision to Diff 294287.
kmclaughlin added a comment.
- Reverted previous change to restrict the concat_vectors marked as custom. The extra check added to LowerCONCAT_VECTORS (`isTypeLegal(Op.getOperand(0)...`) will cover cases where the result is a two element vector.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88033/new/
https://reviews.llvm.org/D88033
Files:
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
llvm/test/CodeGen/AArch64/sve-split-fcvt.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88033.294287.patch
Type: text/x-patch
Size: 7892 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200925/9f10a2cb/attachment.bin>
More information about the llvm-commits
mailing list