[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 04:13:34 PDT 2020


kmclaughlin updated this revision to Diff 294271.
kmclaughlin marked 2 inline comments as done.
kmclaughlin added a comment.

- Restricted the concat_vectors marked as 'custom' to those with result types of 4+ elements only
- Removed unused patterns for reinterpret_cast
- Moved additional `isTypeLegal` check to the if statement in LowerCONCAT_VECTORS


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.294271.patch
Type: text/x-patch
Size: 7902 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200925/89f5aca5/attachment.bin>


More information about the llvm-commits mailing list