This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4dbdbc79049 Remove unused method. new 60e8e12279b [InstCombine] Use m_OneUse to shorten some code. NFC new 1a4cc6a638b [InstCombine] Make the (A|B)^B -> A & ~B transform code con [...] new 9ed6500653d [InstCombine] Remove unnecessary dyn_cast to BinaryOperator [...] new d178fa97c3a [InstCombine] Add test cases demonstrating missing handling [...] new dbe14483606 [InstCombine] use m_c_And and m_c_Xor to handle commuted ve [...]
The 5 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 | 71 ++++++++++------------ test/Transforms/InstCombine/xor2.ll | 24 ++++++++ 2 files changed, 57 insertions(+), 38 deletions(-)