[PATCH] D63567: [ARM] Mve vector shuffles

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 26 07:47:03 PDT 2019


dmgreen updated this revision to Diff 206666.
dmgreen edited the summary of this revision.
dmgreen added a comment.

OK. Now that D60708 <https://reviews.llvm.org/D60708> is in this is a rebase on what that became. Some of this patch has changed a little as a result and in getting +mve to work. It appears that +mve without a fp is currently broken, as it is add registers without making the operations illegal.

The changes to addMVEVectorTypes have also been moved here, because of how much they have changed. I also needed to fix an fp16 bug in one of the buildvector routines and added a couple of extra patterns.

The tests now test +mve,+fullfp16 and +mve.fp, but not yet +mve which can be added later once that works sensibly.


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

https://reviews.llvm.org/D63567

Files:
  llvm/lib/Target/ARM/ARMISelLowering.cpp
  llvm/lib/Target/ARM/ARMISelLowering.h
  llvm/lib/Target/ARM/ARMInstrInfo.td
  llvm/lib/Target/ARM/ARMInstrMVE.td
  llvm/lib/Target/ARM/ARMInstrNEON.td
  llvm/test/CodeGen/Thumb2/mve-bitcasts.ll
  llvm/test/CodeGen/Thumb2/mve-shuffle.ll
  llvm/test/CodeGen/Thumb2/mve-vdup.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63567.206666.patch
Type: text/x-patch
Size: 88363 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190626/947f5938/attachment.bin>


More information about the llvm-commits mailing list