[PATCH] D67846: [InstCombine] (a+b) <= a && (a+b) != 0 -> (0-b) < a (PR43259)

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 24 09:10:45 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL372767: [InstCombine] (a+b) <= a && (a+b) != 0 -> (0-b) < a (PR43259) (authored by lebedevri, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D67846?vs=221401&id=221550#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D67846

Files:
  llvm/trunk/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
  llvm/trunk/test/Transforms/InstCombine/result-of-add-of-negative-or-zero-is-non-zero-and-no-underflow.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67846.221550.patch
Type: text/x-patch
Size: 6436 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190924/540554c6/attachment.bin>


More information about the llvm-commits mailing list