[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 13:47:41 PDT 2018


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

Use &&


https://reviews.llvm.org/D52121

Files:
  test/CodeGen/X86/movmsk-cmp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52121.165584.patch
Type: text/x-patch
Size: 33924 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180914/0650198a/attachment.bin>


More information about the llvm-commits mailing list