This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8e0778c059f Revert r335306 (and r335314) - the Call Graph Profile pass. new 516c1f140bf [X86] Changing the check for valid inputs in combineScalarToVector new 71f8b0dc815 [Evaluator] Improve evaluation of call instruction
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: include/llvm/Transforms/Utils/Evaluator.h | 6 +++ lib/Target/X86/X86ISelLowering.cpp | 11 +++-- lib/Transforms/Utils/Evaluator.cpp | 33 +++++++++++-- test/CodeGen/X86/pr37879.ll | 10 +++- test/Transforms/GlobalOpt/evaluate-call.ll | 52 ++++++++++++++++++++ .../GlobalOpt/evaluate-constfold-call.ll | 55 ++++++++++++++++++++++ 6 files changed, 158 insertions(+), 9 deletions(-) create mode 100644 test/Transforms/GlobalOpt/evaluate-call.ll create mode 100644 test/Transforms/GlobalOpt/evaluate-constfold-call.ll