[PATCH] D55745: [InstCombine] Simplify cttz/ctlz + icmp eq/ne into mask check

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 18 12:03:12 PST 2018


This revision was automatically updated to reflect the committed changes.
nikic marked an inline comment as done.
Closed by commit rL349530: [InstCombine] Simplify cttz/ctlz + icmp eq/ne into mask check (authored by nikic, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D55745?vs=178735&id=178750#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D55745

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55745.178750.patch
Type: text/x-patch
Size: 10960 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181218/a03b9f69/attachment.bin>


More information about the llvm-commits mailing list