[PATCH] D37975: [X86][SSE] Improve support for vselect(Cond, 0, X) -> ANDN(Cond, X)

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 18 07:25:05 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL313532: [X86][SSE] Improve support for vselect(Cond, 0, X) -> ANDN(Cond, X) (authored by RKSimon).

Changed prior to commit:
  https://reviews.llvm.org/D37975?vs=115637&id=115642#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D37975

Files:
  llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
  llvm/trunk/test/CodeGen/X86/psubus.ll
  llvm/trunk/test/CodeGen/X86/vselect-zero.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37975.115642.patch
Type: text/x-patch
Size: 3911 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170918/620aedae/attachment.bin>


More information about the llvm-commits mailing list