[PATCH] D62818: [InstCombine] Change order of ICmp fold.

Huihui Zhang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 4 14:32:59 PDT 2019


huihuiz updated this revision to Diff 203024.
huihuiz retitled this revision from "[InstCombine] Allow ((X << Y) & SignMask) != 0 to be  optimized as (X << Y) s< 0." to "[InstCombine] Change order of ICmp fold.".
huihuiz edited the summary of this revision.

Repository:
  rL LLVM

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

https://reviews.llvm.org/D62818

Files:
  lib/Transforms/InstCombine/InstCombineCompares.cpp
  test/Transforms/InstCombine/exact.ll
  test/Transforms/InstCombine/icmp-shift-and-signbit.ll
  test/Transforms/InstCombine/pr17827.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62818.203024.patch
Type: text/x-patch
Size: 5311 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190604/395a1dca/attachment-0001.bin>


More information about the llvm-commits mailing list