[PATCH] D32973: [X86][SSE42] Lower v2i64/v4i64 ASHR(X, 63) as PCMPGTQ(0, X)

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 8 12:07:29 PDT 2017


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

Added v4i64/AVX2 assertion


Repository:
  rL LLVM

https://reviews.llvm.org/D32973

Files:
  lib/Target/X86/X86ISelLowering.cpp
  test/CodeGen/X86/combine-abs.ll
  test/CodeGen/X86/packss.ll
  test/CodeGen/X86/pr32907.ll
  test/CodeGen/X86/vector-pcmp.ll
  test/CodeGen/X86/viabs.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32973.98193.patch
Type: text/x-patch
Size: 13241 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170508/f3547a73/attachment.bin>


More information about the llvm-commits mailing list