[PATCH] D68700: [ARM] Add IR intrinsics for MVE VLD[24] and VST[24].

Simon Tatham via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 24 06:03:30 PDT 2019


simon_tatham updated this revision to Diff 226237.
simon_tatham added a comment.

Added floating-point forms of the interleaving loads. (They just
expand to the same instructions as the correspondingly sized integers,
of course.)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68700/new/

https://reviews.llvm.org/D68700

Files:
  llvm/include/llvm/IR/IntrinsicsARM.td
  llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp
  llvm/lib/Target/ARM/ARMInstrMVE.td
  llvm/test/CodeGen/Thumb2/mve-intrinsics/vld24.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68700.226237.patch
Type: text/x-patch
Size: 12840 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191024/b970ca2f/attachment.bin>


More information about the llvm-commits mailing list