[PATCH] D27657: [X86][SSE] Lower suitably sign-extended mul vXi64 using PMULDQ

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 11 13:38:44 PST 2016


RKSimon updated this revision to Diff 81011.
RKSimon added a comment.

Improved AVX1 support by adding EXTRACT_SUBVECTOR support to ComputeNumSignBits


Repository:
  rL LLVM

https://reviews.llvm.org/D27657

Files:
  lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  lib/Target/X86/X86ISelLowering.cpp
  test/CodeGen/X86/masked_gather_scatter.ll
  test/CodeGen/X86/pmul.ll
  test/CodeGen/X86/vector-compare-results.ll
  test/CodeGen/X86/vector-trunc-math.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27657.81011.patch
Type: text/x-patch
Size: 17251 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161211/489bb1ef/attachment-0001.bin>


More information about the llvm-commits mailing list