[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
Thu Jan 17 10:28:25 PST 2019
nikic updated this revision to Diff 182338.
nikic added a comment.
Remove unnecessary braces. Use getLimitedValue() only after range checks.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56355/new/
https://reviews.llvm.org/D56355
Files:
lib/Transforms/InstCombine/InstCombineCompares.cpp
lib/Transforms/InstCombine/InstCombineInternal.h
test/Transforms/InstCombine/cmp-intrinsic.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56355.182338.patch
Type: text/x-patch
Size: 11560 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190117/100ee0f4/attachment.bin>
More information about the llvm-commits
mailing list