[PATCH] D76514: [ARM] Avoid pointless vrev of element-wise vmov

John Brawn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 3 08:35:17 PDT 2020


john.brawn updated this revision to Diff 254806.
john.brawn edited the summary of this revision.
john.brawn added a comment.

Rebase and add adjust MVE masked load handling. Also make use of update_llc_checks - I tried it again and this time it did use a single CHECK when both little-endian and big-endian code generation are the same, so it looks like I was using it wrong somehow before (though I don't know in what way).


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

https://reviews.llvm.org/D76514

Files:
  llvm/lib/Target/ARM/ARMISelLowering.cpp
  llvm/test/CodeGen/ARM/vmov.ll
  llvm/test/CodeGen/Thumb2/mve-masked-load.ll
  llvm/test/CodeGen/Thumb2/mve-vmovimm.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76514.254806.patch
Type: text/x-patch
Size: 55602 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200403/c7de4eb3/attachment-0001.bin>


More information about the llvm-commits mailing list