This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f28222f31c0 [InstCombine] Simplify MemTransferInst's source and dest al [...] new a609eb0df37 [InstSimplify] consolidate tests for log-exp inverse folds
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/InstSimplify/exp-intrinsic.ll | 71 ------- test/Transforms/InstSimplify/exp2-intrinsic.ll | 71 ------- test/Transforms/InstSimplify/log-exp-intrinsic.ll | 217 ++++++++++++++++++++++ test/Transforms/InstSimplify/log-intrinsic.ll | 71 ------- test/Transforms/InstSimplify/log2-intrinsic.ll | 71 ------- 5 files changed, 217 insertions(+), 284 deletions(-) delete mode 100644 test/Transforms/InstSimplify/exp-intrinsic.ll delete mode 100644 test/Transforms/InstSimplify/exp2-intrinsic.ll create mode 100644 test/Transforms/InstSimplify/log-exp-intrinsic.ll delete mode 100644 test/Transforms/InstSimplify/log-intrinsic.ll delete mode 100644 test/Transforms/InstSimplify/log2-intrinsic.ll