[PATCH] D74336: [ARM,MVE] Add the vmovlbq,vmovltq intrinsic family.

Simon Tatham via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 17 07:03:28 PST 2020


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

Made the new isel patterns work in big-endian as well as little. Depends on the extra preparatory patch D74716 <https://reviews.llvm.org/D74716>.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74336

Files:
  clang/include/clang/Basic/arm_mve.td
  clang/include/clang/Basic/arm_mve_defs.td
  clang/lib/CodeGen/CGBuiltin.cpp
  clang/test/CodeGen/arm-mve-intrinsics/vmovl.c
  llvm/lib/Target/ARM/ARMInstrMVE.td
  llvm/test/CodeGen/Thumb2/mve-intrinsics/vmovl.ll
  llvm/test/CodeGen/Thumb2/mve-shuffleext.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74336.244969.patch
Type: text/x-patch
Size: 14599 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200217/d4245087/attachment.bin>


More information about the llvm-commits mailing list