This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 386f137 [Constant Hoisting] Avoid inserting instructions before EH pads new 7685de2 [DAGCombiner] fold binops with constant into select-of-constants new fc70228 [ARM] Check correct instructions for load/store rescheduling.
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: lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 112 +++++ lib/Target/ARM/ARMLoadStoreOptimizer.cpp | 2 +- test/CodeGen/ARM/prera-ldst-insertpt.mir | 99 ++++ test/CodeGen/ARM/select_xform.ll | 12 +- test/CodeGen/ARM/vldm-liveness.ll | 19 +- test/CodeGen/ARM/vldm-liveness.mir | 40 ++ test/CodeGen/PowerPC/select_const.ll | 507 +++++++++------------ test/CodeGen/X86/2010-08-04-MaskedSignedCompare.ll | 18 +- test/CodeGen/X86/avx512-insert-extract.ll | 14 +- test/CodeGen/X86/select_const.ll | 12 +- test/CodeGen/X86/setcc.ll | 6 +- 11 files changed, 489 insertions(+), 352 deletions(-) create mode 100644 test/CodeGen/ARM/prera-ldst-insertpt.mir create mode 100644 test/CodeGen/ARM/vldm-liveness.mir