[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
Wed Mar 6 02:54:00 PST 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL355494: [X86][SSE] VSELECT(XOR(Cond,-1), LHS, RHS) --> VSELECT(Cond, RHS, LHS) (authored by RKSimon, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D58974?vs=189331&id=189468#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58974/new/
https://reviews.llvm.org/D58974
Files:
llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
llvm/trunk/test/CodeGen/X86/combine-addo.ll
llvm/trunk/test/CodeGen/X86/combine-mulo.ll
llvm/trunk/test/CodeGen/X86/combine-subo.ll
llvm/trunk/test/CodeGen/X86/nontemporal-loads.ll
llvm/trunk/test/CodeGen/X86/vsel-cmp-load.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58974.189468.patch
Type: text/x-patch
Size: 13399 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190306/ade9d5cb/attachment.bin>
More information about the llvm-commits
mailing list