[PATCH] D52121: [X86] Fold (movmsk (setne (and X, (1 << C)), 0)) -> (movmsk (X << C))
Phabricator via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Sep 15 09:24:55 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL342326: [X86] Fold (movmsk (setne (and X, (1 << C)), 0)) -> (movmsk (X << C)) (authored by ctopper, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D52121?vs=165601&id=165644#toc
Repository:
rL LLVM
https://reviews.llvm.org/D52121
Files:
llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
llvm/trunk/test/CodeGen/X86/movmsk-cmp.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52121.165644.patch
Type: text/x-patch
Size: 20099 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180915/82594b73/attachment.bin>
More information about the llvm-commits
mailing list