This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ccef78d [MergedLoadStoreMotion] Small cleanup new 8a41a5d [ConstantFold] Fix incorrect index rewrites for GEPs new b09e1d3 [ConstantFold] NFC cleanup after previous change. new 8ac7be5 [MergedLoadStoreMotion] Don't transform across may-throw calls
The 3 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: lib/IR/ConstantFold.cpp | 79 +++++++++++----------- lib/Transforms/Scalar/MergedLoadStoreMotion.cpp | 56 ++++++++------- .../InstCombine/getelementptr-folding.ll | 13 ++++ test/Transforms/InstMerge/exceptions.ll | 57 ++++++++++++++++ .../InstMerge/st_sink_no_barrier_call.ll | 2 +- 5 files changed, 142 insertions(+), 65 deletions(-) create mode 100644 test/Transforms/InstCombine/getelementptr-folding.ll create mode 100644 test/Transforms/InstMerge/exceptions.ll