[PATCH] D100882: [AArch64] Improve vector reverse lowering

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 20 12:57:12 PDT 2021


dmgreen created this revision.
dmgreen added reviewers: RKSimon, fhahn, ABataev, sdesmalen.
Herald added subscribers: danielkiss, hiraditya, kristof.beyls.
dmgreen requested review of this revision.
Herald added a project: LLVM.

This improves the lowering of v8i16 and v16i8 vector reverse shuffles. Instead of going via a generic tbl it uses a `rev64; ext` pair, as already happens for v4i32.


https://reviews.llvm.org/D100882

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/test/CodeGen/AArch64/named-vector-shuffle-reverse-neon.ll
  llvm/test/CodeGen/AArch64/neon-reverseshuffle.patch

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100882.338967.patch
Type: text/x-patch
Size: 7086 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210420/b6a5909d/attachment-0001.bin>


More information about the llvm-commits mailing list