[PATCH] D42935: [X86] Use min/max for vector ult/ugt compares if avoids a sign flip.

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 11 09:15:22 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL324842: [X86] Use min/max for vector ult/ugt compares if avoids a sign flip. (authored by ctopper, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D42935?vs=133278&id=133792#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D42935

Files:
  llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
  llvm/trunk/test/CodeGen/X86/avx512-insert-extract.ll
  llvm/trunk/test/CodeGen/X86/avx512vl-vec-masked-cmp.ll
  llvm/trunk/test/CodeGen/X86/psubus.ll
  llvm/trunk/test/CodeGen/X86/vec_cmp_uint-128.ll
  llvm/trunk/test/CodeGen/X86/vec_minmax_match.ll
  llvm/trunk/test/CodeGen/X86/vec_setcc-2.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42935.133792.patch
Type: text/x-patch
Size: 93617 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180211/5dee8082/attachment-0001.bin>


More information about the llvm-commits mailing list