[PATCH] D58974: [X86][SSE] VSELECT(XOR(Cond,-1), LHS, RHS) --> VSELECT(Cond, RHS, LHS)

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 5 08:25:40 PST 2019


RKSimon created this revision.
RKSimon added reviewers: craig.topper, spatel.
Herald added a project: LLVM.

As noticed on D58965 <https://reviews.llvm.org/D58965>


Repository:
  rL LLVM

https://reviews.llvm.org/D58974

Files:
  lib/Target/X86/X86ISelLowering.cpp
  test/CodeGen/X86/combine-addo.ll
  test/CodeGen/X86/combine-mulo.ll
  test/CodeGen/X86/combine-subo.ll
  test/CodeGen/X86/nontemporal-loads.ll
  test/CodeGen/X86/vsel-cmp-load.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58974.189331.patch
Type: text/x-patch
Size: 13447 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190305/fdd62334/attachment.bin>


More information about the llvm-commits mailing list