This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9e7e63adc75 [InstCombine] add tests for (1 << x) & 1 --> zext(x == 0) ; NFC new c301a9eeef8 [InstCombine] Move 4 test cases from a test that didn't use [...] new 59f9abe0f8b [InstCombine] Add test cases for (X & (Y | ~X)) -> (X & Y) [...]
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: test/Transforms/InstCombine/and-not-or.ll | 34 ----- test/Transforms/InstCombine/and.ll | 208 ++++++++++++++++++++++++++++++ test/Transforms/InstCombine/or.ll | 159 +++++++++++++++++++++++ 3 files changed, 367 insertions(+), 34 deletions(-) delete mode 100644 test/Transforms/InstCombine/and-not-or.ll