[PATCH] D87913: [SVE][CodeGen] Lower legal integer -> floating point conversions

Kerry McLaughlin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 18 09:10:37 PDT 2020


kmclaughlin created this revision.
kmclaughlin added reviewers: sdesmalen, paulwalker-arm, efriedma.
Herald added subscribers: llvm-commits, psnobl, hiraditya, kristof.beyls, tschuett.
Herald added a reviewer: rengolin.
Herald added a project: LLVM.
kmclaughlin requested review of this revision.

This patch adds new ISD nodes, SCVTZ_MERGE_PASSTHRU &
UCVTZ_MERGE_PASSTHRU, which are used to lower both legal
scalable vector [S|U]INT_TO_FP operations and the following intrinsics:

- llvm.aarch64.sve.scvtf
- llvm.aarch64.sve.ucvtf


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D87913

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.h
  llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
  llvm/lib/Target/AArch64/SVEInstrFormats.td
  llvm/test/CodeGen/AArch64/sve-fcvt.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87913.292815.patch
Type: text/x-patch
Size: 28157 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200918/e36e777d/attachment.bin>


More information about the llvm-commits mailing list