[PATCH] D56355: [InstCombine] Simplify cttz/ctlz + icmp ugt/ult into mask check

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 19 01:59:52 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL351645: [InstCombine] Simplify cttz/ctlz + icmp ugt/ult (authored by nikic, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D56355?vs=182338&id=182670#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56355/new/

https://reviews.llvm.org/D56355

Files:
  llvm/trunk/lib/Transforms/InstCombine/InstCombineCompares.cpp
  llvm/trunk/lib/Transforms/InstCombine/InstCombineInternal.h
  llvm/trunk/test/Transforms/InstCombine/cmp-intrinsic.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56355.182670.patch
Type: text/x-patch
Size: 11893 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190119/80ffa39a/attachment.bin>


More information about the llvm-commits mailing list