[PATCH] D53259: [AARCH64] Improve vector popcnt lowering with ADDLP

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 14 11:49:06 PDT 2018


RKSimon created this revision.
RKSimon added reviewers: javed.absar, efriedma, t.p.northover, evandro.
Herald added a subscriber: kristof.beyls.

AARCH64 equivalent to https://reviews.llvm.org/D53257 - uses widening pairwise adds on vXi8 CTPOP to support i16/i32/i64 vectors.

This will remove the aarch64 diff from https://reviews.llvm.org/D53258.


Repository:
  rL LLVM

https://reviews.llvm.org/D53259

Files:
  lib/Target/AArch64/AArch64ISelLowering.cpp
  test/CodeGen/AArch64/arm64-vpopcnt.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53259.169617.patch
Type: text/x-patch
Size: 9370 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181014/c9b2cdef/attachment.bin>


More information about the llvm-commits mailing list