This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8456354f647 [docs] Simplify some language for Error/cantFail in the pro [...] new 07255f2be8a [InstCombine] consolidate tests for DeMorgan folds; NFC
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: test/Transforms/InstCombine/and-or-not.ll | 28 --- test/Transforms/InstCombine/and-or.ll | 22 -- test/Transforms/InstCombine/apint-and1.ll | 8 - test/Transforms/InstCombine/apint-and2.ll | 32 --- test/Transforms/InstCombine/apint-not.ll | 25 --- test/Transforms/InstCombine/apint-or.ll | 23 -- test/Transforms/InstCombine/demorgan-zext.ll | 81 ------- test/Transforms/InstCombine/demorgan.ll | 320 +++++++++++++++++++++++++++ test/Transforms/InstCombine/not.ll | 39 +--- 9 files changed, 321 insertions(+), 257 deletions(-) delete mode 100644 test/Transforms/InstCombine/demorgan-zext.ll create mode 100644 test/Transforms/InstCombine/demorgan.ll