This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 59f9abe0f8b [InstCombine] Add test cases for (X & (Y | ~X)) -> (X & Y) [...] new c09fbb030f3 [InstCombine] improve (1 << x) & 1 --> zext(x == 0) folding
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 | 28 ++++++++++------------ test/Transforms/InstCombine/and2.ll | 26 +++++++++++++------- 2 files changed, 31 insertions(+), 23 deletions(-)