This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 68e70a5 [InstCombine] regenerate checks; NFC new acccef0 [InstCombine] consolidate rem tests and update checks; 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: .../Transforms/InstCombine/2008-11-20-DivMulRem.ll | 67 ---------- test/Transforms/InstCombine/rem.ll | 143 +++++++++++++++++++++ test/Transforms/InstCombine/srem.ll | 8 -- test/Transforms/InstCombine/urem.ll | 50 ------- test/Transforms/InstCombine/vector-srem.ll | 13 -- 5 files changed, 143 insertions(+), 138 deletions(-) delete mode 100644 test/Transforms/InstCombine/2008-11-20-DivMulRem.ll delete mode 100644 test/Transforms/InstCombine/srem.ll delete mode 100644 test/Transforms/InstCombine/urem.ll delete mode 100644 test/Transforms/InstCombine/vector-srem.ll