This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d8c6515dbf8 [AMDGPU] set read_only access qualifier for pointers new 0b4a709cf73 [InstCombine] Support folding a subtract with a constant LH [...] new 285779ca0f4 [InstCombine] (X != C1 && X != C2) --> (X | (C1 ^ C2)) != C [...]
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/InstCombineAddSub.cpp | 5 + lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 101 +++++++++++++-------- lib/Transforms/InstCombine/InstCombineCasts.cpp | 4 +- lib/Transforms/InstCombine/InstCombineCompares.cpp | 4 +- lib/Transforms/InstCombine/InstCombineInternal.h | 2 +- .../InstCombine/InstCombineMulDivRem.cpp | 6 +- lib/Transforms/InstCombine/InstCombinePHI.cpp | 4 +- lib/Transforms/InstCombine/InstCombineSelect.cpp | 4 +- .../InstCombine/InstructionCombining.cpp | 43 +++++---- test/Transforms/InstCombine/and-or-icmps.ll | 18 ++-- test/Transforms/InstCombine/sub.ll | 15 ++- 11 files changed, 123 insertions(+), 83 deletions(-)