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

Simon Tatham via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 11 03:35:07 PST 2020


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

Spotted a mistake by myself: one of my new isel patterns was generating signed VMOVL where it should have been generating unsigned. Fixed, and updated the llc test that had the wrong expectation in it.

Also rebased to current master.


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.243793.patch
Type: text/x-patch
Size: 13139 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200211/3925e7eb/attachment-0001.bin>


More information about the cfe-commits mailing list