[PATCH] D88033: [SVE][CodeGen] Legalisation of integer -> floating point conversions

Kerry McLaughlin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 24 10:44:49 PDT 2020


kmclaughlin updated this revision to Diff 294110.
kmclaughlin added a comment.

- Simplified the LowerCONCAT_VECTORS function so that it returns Op if the number of operands is 2.
- Added ISel patterns for lowering floating-point concat_vectors, making this consistent with how we lower concats of predicate types.


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.294110.patch
Type: text/x-patch
Size: 8670 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200924/b53ebb79/attachment.bin>


More information about the llvm-commits mailing list