[PATCH] D14897: [X86] Fix several issues related to X86's psadbw instruction.

Cong Hou via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 22 12:23:28 PST 2015


congh updated this revision to Diff 40885.
congh added a comment.

Update the patch according to Simon's comment.


http://reviews.llvm.org/D14897

Files:
  include/llvm/IR/IntrinsicsX86.td
  lib/Target/X86/X86ISelLowering.cpp
  lib/Target/X86/X86InstrAVX512.td
  lib/Target/X86/X86InstrFragmentsSIMD.td
  lib/Target/X86/X86InstrSSE.td
  lib/Target/X86/X86IntrinsicsInfo.h
  test/CodeGen/X86/avx512bw-intrinsics.ll
  test/CodeGen/X86/vector-popcnt-128.ll
  test/CodeGen/X86/vector-popcnt-256.ll
  test/CodeGen/X86/vector-tzcnt-128.ll
  test/CodeGen/X86/vector-tzcnt-256.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14897.40885.patch
Type: text/x-patch
Size: 22025 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151122/c50e7147/attachment.bin>


More information about the llvm-commits mailing list