[PATCH] D52062: [InstCombine] Inefficient pattern for high-bits checking 3 (PR38708)
Phabricator via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Sep 15 05:08:16 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL342321: [InstCombine] Inefficient pattern for high-bits checking 3 (PR38708) (authored by lebedevri, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D52062?vs=165388&id=165639#toc
Repository:
rL LLVM
https://reviews.llvm.org/D52062
Files:
llvm/trunk/lib/Transforms/InstCombine/InstCombineCompares.cpp
llvm/trunk/test/Transforms/InstCombine/icmp-uge-of-add-of-shl-one-by-bits-to-allones-and-val-to-icmp-eq-of-lshr-val-by-bits-and-0.ll
llvm/trunk/test/Transforms/InstCombine/icmp-ult-of-add-of-shl-one-by-bits-to-allones-and-val-to-icmp-ne-of-lshr-val-by-bits-and-0.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52062.165639.patch
Type: text/x-patch
Size: 10044 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180915/7e8d79c8/attachment.bin>
More information about the llvm-commits
mailing list