[PATCH] D59386: [ValueTracking] ConstantRange based overflow detection for unsigned add/sub

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 19 10:53:32 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL356489: [ValueTracking] Use computeConstantRange() for unsigned add/sub overflow (authored by nikic, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D59386?vs=191127&id=191353#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D59386

Files:
  llvm/trunk/lib/Analysis/ValueTracking.cpp
  llvm/trunk/test/Transforms/InstCombine/and2.ll
  llvm/trunk/test/Transforms/InstCombine/saturating-add-sub.ll
  llvm/trunk/test/Transforms/InstCombine/uadd-with-overflow.ll
  llvm/trunk/test/Transforms/LoopVectorize/X86/small-size.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59386.191353.patch
Type: text/x-patch
Size: 8945 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190319/df8a44f0/attachment.bin>


More information about the llvm-commits mailing list