[PATCH] D60618: [ARM] Add bitcast/extract_subvec. of fp16 vectors

Diogo N. Sampaio via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 12 08:02:42 PDT 2019


dnsampaio created this revision.
Herald added subscribers: llvm-commits, kristof.beyls, javed.absar.
Herald added a project: LLVM.
dnsampaio added reviewers: olista01, SjoerdMeijer, DavidSpickett, t.p.northover.

This patch adds some basic operations for fp16
vectors, such as bitcast from fp16 to i16,
required to perform extract_subvector (also added
here) and extract_element.


Repository:
  rL LLVM

https://reviews.llvm.org/D60618

Files:
  lib/Target/ARM/ARMInstrNEON.td
  test/CodeGen/ARM/fp16-vector-basic-instructions.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60618.194888.patch
Type: text/x-patch
Size: 14556 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190412/c6e7330a/attachment.bin>


More information about the llvm-commits mailing list