This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9551a638127 [InstCombine] form uaddsat from add+umin (PR14613) new 4162568d853 [InstCombine] Add tests for ssubo X, C -> saddo X, -C; NFC new cf76d444117 [ConstantRange] Fix outdated comment; NFC
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/IR/ConstantRange.h | 2 +- test/Transforms/InstCombine/sadd-with-overflow.ll | 10 ++ test/Transforms/InstCombine/ssub-with-overflow.ll | 167 ++++++++++++++++++++++ 3 files changed, 178 insertions(+), 1 deletion(-) create mode 100644 test/Transforms/InstCombine/ssub-with-overflow.ll