[PATCH] D87842: [SVE] Use NEON for extract_vector_elt when the index is in range.

Paul Walker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 18 09:29:17 PDT 2020


paulwalker-arm updated this revision to Diff 292827.
paulwalker-arm added a comment.

Replaced custom selection with isel patterns. Since we're going the isel route I figures I may was well add the missing patterns for unpacked floating point types.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87842

Files:
  llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
  llvm/test/CodeGen/AArch64/sve-extract-element.ll
  llvm/test/CodeGen/AArch64/sve-insert-element.ll
  llvm/test/CodeGen/AArch64/sve-split-extract-elt.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87842.292827.patch
Type: text/x-patch
Size: 26895 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200918/07d302fc/attachment-0001.bin>


More information about the llvm-commits mailing list