[PATCH] D58644: [InstCombine] Optimize overflow check base on uadd.with.overflow result (PR40846)

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 3 02:29:22 PST 2019


nikic updated this revision to Diff 227603.
nikic added a reviewer: lebedev.ri.
nikic changed the repository for this revision from rL LLVM to rG LLVM Github Monorepo.
nikic added a comment.
Herald added a subscriber: hiraditya.

Rebase and use new matchers.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D58644

Files:
  llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
  llvm/test/Transforms/InstCombine/with_overflow.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58644.227603.patch
Type: text/x-patch
Size: 5960 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191103/726db6f0/attachment.bin>


More information about the llvm-commits mailing list