[PATCH] D58008: [AArch64] Expand v8i8 cttz (PR39729)

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 9 13:56:35 PST 2019


nikic created this revision.
nikic added reviewers: efriedma, t.p.northover.
Herald added subscribers: llvm-commits, kristof.beyls, javed.absar.
Herald added a project: LLVM.

Fix for https://bugs.llvm.org/show_bug.cgi?id=39729.

Rather than adding just a case for v8i8 I'm setting cttz to expand for all vector types.


Repository:
  rL LLVM

https://reviews.llvm.org/D58008

Files:
  lib/Target/AArch64/AArch64ISelLowering.cpp
  test/CodeGen/AArch64/vec_cttz.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58008.186133.patch
Type: text/x-patch
Size: 5668 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190209/1787e789/attachment.bin>


More information about the llvm-commits mailing list