[PATCH] D67106: [ARM] Add patterns for BSWAP intrinsic on MVE
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 13 02:03:51 PDT 2019
dmgreen accepted this revision.
dmgreen added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: llvm/test/CodeGen/Thumb2/mve-bswap.ll:27
+; CHECK: @ %bb.0: @ %entry
+; CHECK-NEXT: vrev64.8 q1, q0
+; CHECK-NEXT: vmov q0, q1
----------------
We get this one for free through a shuffle vector? That's good!
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67106/new/
https://reviews.llvm.org/D67106
More information about the llvm-commits
mailing list