[PATCH] D74912: [AArch64][SVE] Add SVE2 intrinsics for bit permutation & table lookup

Kerry McLaughlin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 21 06:24:46 PST 2020


kmclaughlin updated this revision to Diff 245835.
kmclaughlin added a comment.

- Removed NumVecs parameter from SelectTableSVE2 as the value is always the same (2)
- Removed unnecessary -asm-verbose=0 from the RUN line of sve2-intrinsics-bit-permutation.ll


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

https://reviews.llvm.org/D74912

Files:
  llvm/include/llvm/IR/IntrinsicsAArch64.td
  llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
  llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
  llvm/lib/Target/AArch64/SVEInstrFormats.td
  llvm/test/CodeGen/AArch64/sve2-intrinsics-bit-permutation.ll
  llvm/test/CodeGen/AArch64/sve2-intrinsics-perm-tb.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74912.245835.patch
Type: text/x-patch
Size: 21847 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200221/91495468/attachment-0001.bin>


More information about the cfe-commits mailing list