This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0de2000b2d0 [llvm-readobj] Fix printing format new eaabebdbe00 [Evaluator] Improve evaluation of call instruction
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: include/llvm/Transforms/Utils/Evaluator.h | 13 +++ lib/Transforms/Utils/Evaluator.cpp | 69 +++++++++++++-- test/Transforms/GlobalOpt/evaluate-call-errors.ll | 99 ++++++++++++++++++++++ test/Transforms/GlobalOpt/evaluate-call.ll | 85 +++++++++++++++++++ .../GlobalOpt/evaluate-constfold-call.ll | 55 ++++++++++++ 5 files changed, 314 insertions(+), 7 deletions(-) create mode 100644 test/Transforms/GlobalOpt/evaluate-call-errors.ll create mode 100644 test/Transforms/GlobalOpt/evaluate-call.ll create mode 100644 test/Transforms/GlobalOpt/evaluate-constfold-call.ll