This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7617a499317 [CodeExtractor] Remove unneded and commented out debugging stmts. new d2fe411570e [InstCombine] Fold (a | b) ^ (~a | ~b) --> ~(a ^ b) and (a [...]
The 1 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 | 20 ++++++++++++++++-- test/Transforms/InstCombine/and-or-not.ll | 24 ++++++++-------------- test/Transforms/InstCombine/or-xor.ll | 24 ++++++++-------------- 3 files changed, 34 insertions(+), 34 deletions(-)