[PATCH] D13632: AVX512 : i8/i16 vector CTLZ/CTLZ_ZERO_UNDEF lowering

Igor Breger via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 11 00:46:21 PDT 2015


igorb created this revision.
igorb added reviewers: delena, RKSimon.
igorb added a subscriber: llvm-commits.
igorb set the repository for this revision to rL LLVM.

AVX512: Lowering i8/i16 vector CTLZ using the dword LZCNT vector instruction  ( sub(trunc(lzcnt(zext32(x)))) ). 

Repository:
  rL LLVM

http://reviews.llvm.org/D13632

Files:
  lib/Target/X86/X86ISelLowering.cpp
  lib/Target/X86/X86InstrAVX512.td
  test/CodeGen/X86/vector-lzcnt-128.ll
  test/CodeGen/X86/vector-lzcnt-256.ll
  test/CodeGen/X86/vector-lzcnt-512.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13632.37049.patch
Type: text/x-patch
Size: 67299 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151011/d39b51cd/attachment.bin>


More information about the llvm-commits mailing list