[PATCH] D63026: [InstCombine] Fold icmp eq/ne (and %x, signbit), 0 -> %x s>=/s< 0 earlier

Huihui Zhang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 19 10:28:58 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL363845: [InstCombine] Fold  icmp eq/ne (and %x, signbit), 0 -> %x s>=/s< 0  earlier (authored by huihuiz, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D63026?vs=205630&id=205637#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D63026

Files:
  llvm/trunk/lib/Transforms/InstCombine/InstCombineCompares.cpp
  llvm/trunk/test/Transforms/InstCombine/lshr-and-signbit-icmpeq-zero.ll
  llvm/trunk/test/Transforms/InstCombine/shl-and-signbit-icmpeq-zero.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63026.205637.patch
Type: text/x-patch
Size: 9172 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190619/61b2f5b5/attachment-0001.bin>


More information about the llvm-commits mailing list