This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e0658946947 [X86] Add tests showing failure to stack fold MMX MOVD/MOVQ stores new d745132b7b3 [InstCombine] (a+b) <= a && (a+b) != 0 -> (0-b) < a (PR43259) new 5e050e91e1d [InstCombine] (a+b) < a && (a+b) != 0 -> (0-b) < a iff a/b [...]
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: lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 50 +++++++++++++++--- ...add-of-negative-is-non-zero-and-no-underflow.ll | 61 ++++++++++------------ ...egative-or-zero-is-non-zero-and-no-underflow.ll | 47 ++++++++--------- 3 files changed, 92 insertions(+), 66 deletions(-)