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

Kerry McLaughlin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 22 10:40:20 PDT 2020


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

Changes made to the LowerCONCAT_VECTORS function:

- Replaced `OpVT.getVectorElementCount()*2` condition with `Op.getNumOperands() != 2`
- Moved the `isFloatingPoint()` check into the assert


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.293502.patch
Type: text/x-patch
Size: 7871 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200922/c4407992/attachment.bin>


More information about the llvm-commits mailing list