This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8b2783e927c [ConstProp] allow folding for fma that produces NaN new c84eee5398b [NFC][InstCombine][InstSimplify] Add test for "add-of-negat [...] new cf898695bda [InstCombine][InstSimplify] Move constant-folding tests in [...]
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: ...add-of-negative-is-non-zero-and-no-underflow.ll | 235 +++++++++++++++++++++ .../result-of-usub-is-non-zero-and-no-overflow.ll | 158 +------------- ...add-of-negative-is-non-zero-and-no-underflow.ll | 101 +++++++++ .../result-of-usub-is-non-zero-and-no-overflow.ll | 140 ++++++++++++ 4 files changed, 485 insertions(+), 149 deletions(-) create mode 100644 test/Transforms/InstCombine/result-of-add-of-negative-is-non-ze [...] create mode 100644 test/Transforms/InstSimplify/result-of-add-of-negative-is-non-z [...] create mode 100644 test/Transforms/InstSimplify/result-of-usub-is-non-zero-and-no- [...]