[PATCH] D33169: [X86] Adding vpopcntd and vpopcntq instructions

Oren Ben Simhon via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 18 00:47:39 PDT 2017


oren_ben_simhon updated this revision to Diff 99401.
oren_ben_simhon marked 7 inline comments as done.
oren_ben_simhon added a comment.

Updated the tests (Thanks Simon)


Repository:
  rL LLVM

https://reviews.llvm.org/D33169

Files:
  lib/Support/Host.cpp
  lib/Target/X86/X86.td
  lib/Target/X86/X86ISelLowering.cpp
  lib/Target/X86/X86InstrAVX512.td
  lib/Target/X86/X86InstrInfo.cpp
  lib/Target/X86/X86InstrInfo.td
  lib/Target/X86/X86Subtarget.cpp
  lib/Target/X86/X86Subtarget.h
  test/CodeGen/X86/avx512vpopcntdq-intrinsics.ll
  test/CodeGen/X86/vector-popcnt-128.ll
  test/CodeGen/X86/vector-popcnt-256.ll
  test/CodeGen/X86/vector-popcnt-512.ll
  test/CodeGen/X86/vector-tzcnt-128.ll
  test/CodeGen/X86/vector-tzcnt-256.ll
  test/CodeGen/X86/vector-tzcnt-512.ll
  test/MC/Disassembler/X86/avx-512.txt
  test/MC/X86/x86-64-avx512vpopcntdq.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33169.99401.patch
Type: text/x-patch
Size: 67580 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170518/64679d23/attachment.bin>


More information about the llvm-commits mailing list