[PATCH] D49205: [InstCombine] Fold x & (-1 >> y) != x to x u> (-1 >> y)
Phabricator via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 12 08:01:15 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL336911: [InstCombine] Fold x & (-1 >> y) != x to x u> (-1 >> y) (authored by lebedevri, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D49205?vs=155065&id=155183#toc
Repository:
rL LLVM
https://reviews.llvm.org/D49205
Files:
llvm/trunk/lib/Transforms/InstCombine/InstCombineCompares.cpp
llvm/trunk/test/Transforms/InstCombine/canonicalize-constant-low-bit-mask-and-icmp-ne-to-icmp-ugt.ll
llvm/trunk/test/Transforms/InstCombine/canonicalize-low-bit-mask-and-icmp-ne-to-icmp-ugt.ll
llvm/trunk/test/Transforms/InstCombine/icmp-logical.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49205.155183.patch
Type: text/x-patch
Size: 8923 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180712/0beb8f89/attachment.bin>
More information about the llvm-commits
mailing list