This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e7b0e8d685f [CodeGenPrepare] Respect endianness in splitMergedValStore. new 0cfc08d8e28 [Evaluator] Evaluate load/store with bitcast
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/Analysis/ConstantFolding.h | 6 +++ lib/Analysis/ConstantFolding.cpp | 73 ++++++++++++++------------- lib/Transforms/Utils/Evaluator.cpp | 34 ++++++++----- test/Transforms/GlobalOpt/evaluate-bitcast.ll | 28 ++++++++++ 4 files changed, 95 insertions(+), 46 deletions(-) create mode 100644 test/Transforms/GlobalOpt/evaluate-bitcast.ll