[PATCH] D67332: [InstSimplify] simplifyUnsignedRangeCheck(): if we know that X != 0, handle more cases (PR43246)

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 8 13:13:37 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL371349: [InstSimplify] simplifyUnsignedRangeCheck(): if we know that X != 0, handle… (authored by lebedevri, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D67332?vs=219275&id=219276#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D67332

Files:
  llvm/trunk/lib/Analysis/InstructionSimplify.cpp
  llvm/trunk/test/Transforms/InstSimplify/redundant-null-check-in-uadd_with_overflow-of-nonnull-ptr.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67332.219276.patch
Type: text/x-patch
Size: 14115 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190908/d953730b/attachment.bin>


More information about the llvm-commits mailing list