[PATCH] D52121: [X86] Fold (movmsk (setne (and X, (1 << C)), 0)) -> (movmsk (X << C))

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 14 14:00:31 PDT 2018


craig.topper updated this revision to Diff 165588.
craig.topper added a comment.

Or I failed to get the file in the diff at all.


https://reviews.llvm.org/D52121

Files:
  lib/Target/X86/X86ISelLowering.cpp
  test/CodeGen/X86/movmsk-cmp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52121.165588.patch
Type: text/x-patch
Size: 35353 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180914/92b0e7cf/attachment-0001.bin>


More information about the llvm-commits mailing list