[PATCH] D114089: [CodeGen][SVE] Add missing isel patterns for vector_reverse

David Sherwood via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 17 06:59:02 PST 2021


david-arm created this revision.
david-arm added reviewers: sdesmalen, CarolineConcatto, c-rhodes.
Herald added subscribers: ctetreau, psnobl, hiraditya, kristof.beyls, tschuett.
Herald added a reviewer: efriedma.
david-arm requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

We were missing patterns for vector_reverse of unpacked FP vector
types, as well as all the supported bfloat vectors.

Tests added here:

  CodeGen/AArch64/named-vector-shuffle-reverse-sve.ll


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D114089

Files:
  llvm/lib/Target/AArch64/SVEInstrFormats.td
  llvm/test/CodeGen/AArch64/named-vector-shuffle-reverse-sve.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114089.387934.patch
Type: text/x-patch
Size: 5109 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211117/473fe52c/attachment.bin>


More information about the llvm-commits mailing list