[PATCH] D146212: [AArch64] Use NEON's tbl1 for 16xi8 and 8xi8 build vector with mask.

Lawrence Benson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 21 06:08:37 PDT 2023


lawben updated this revision to Diff 506937.
lawben marked 3 inline comments as done.
lawben added a comment.

Add a path without AND mask.

We now have a path that does not need an AND on the mask source. We now either expect all elements to have an AND or none.
Also addresses some review comments.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146212

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/test/CodeGen/AArch64/neon-shuffle-vector-tbl.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146212.506937.patch
Type: text/x-patch
Size: 12191 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230321/4f1c1549/attachment.bin>


More information about the llvm-commits mailing list