This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5035f0c64b5 [ObjC][ARC] Delete ObjC runtime calls on global variables a [...] new 7eae8125c63 [MBP] Move a latch block with conditional exit and multi pr [...]
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: lib/CodeGen/MachineBlockPlacement.cpp | 283 +++++++++++++++---- test/CodeGen/AArch64/cmpxchg-idioms.ll | 2 +- test/CodeGen/AArch64/neg-imm.ll | 2 +- test/CodeGen/AArch64/tailmerging_in_mbp.ll | 5 +- test/CodeGen/AMDGPU/collapse-endcf.ll | 9 +- .../AMDGPU/divergent-branch-uniform-condition.ll | 41 +-- test/CodeGen/AMDGPU/global_smrd_cfg.ll | 21 +- test/CodeGen/AMDGPU/hoist-cond.ll | 2 +- test/CodeGen/AMDGPU/i1-copy-from-loop.ll | 12 +- test/CodeGen/AMDGPU/indirect-addressing-si.ll | 12 +- test/CodeGen/AMDGPU/loop_break.ll | 2 +- test/CodeGen/AMDGPU/loop_exit_with_xor.ll | 4 +- test/CodeGen/AMDGPU/madmk.ll | 2 +- test/CodeGen/AMDGPU/multilevel-break.ll | 56 ++-- test/CodeGen/AMDGPU/optimize-negated-cond.ll | 8 +- test/CodeGen/AMDGPU/si-annotate-cf.ll | 12 +- test/CodeGen/AMDGPU/valu-i1.ll | 2 +- test/CodeGen/AMDGPU/wqm.ll | 11 +- test/CodeGen/ARM/2011-03-23-PeepholeBug.ll | 2 +- test/CodeGen/ARM/arm-and-tst-peephole.ll | 5 +- test/CodeGen/ARM/atomic-cmp.ll | 2 +- test/CodeGen/ARM/atomic-cmpxchg.ll | 26 +- test/CodeGen/ARM/code-placement.ll | 4 +- test/CodeGen/ARM/pr32578.ll | 2 +- test/CodeGen/ARM/swifterror.ll | 2 +- test/CodeGen/Hexagon/bug6757-endloop.ll | 2 +- test/CodeGen/Hexagon/early-if-merge-loop.ll | 4 +- test/CodeGen/Hexagon/prof-early-if.ll | 2 +- test/CodeGen/Hexagon/redundant-branching2.ll | 2 +- test/CodeGen/PowerPC/atomics-regression.ll | 312 ++++++++++----------- test/CodeGen/PowerPC/cmp_elimination.ll | 11 +- test/CodeGen/PowerPC/ctrloop-shortLoops.ll | 3 +- test/CodeGen/PowerPC/expand-foldable-isel.ll | 10 +- test/CodeGen/PowerPC/knowCRBitSpill.ll | 2 +- test/CodeGen/PowerPC/licm-remat.ll | 3 +- test/CodeGen/SystemZ/atomicrmw-minmax-01.ll | 6 +- test/CodeGen/SystemZ/atomicrmw-minmax-02.ll | 6 +- test/CodeGen/SystemZ/loop-01.ll | 4 +- test/CodeGen/SystemZ/loop-02.ll | 2 +- test/CodeGen/SystemZ/swifterror.ll | 4 +- test/CodeGen/Thumb/consthoist-physical-addr.ll | 12 +- test/CodeGen/X86/block-placement.ll | 19 +- test/CodeGen/X86/code_placement.ll | 7 +- .../CodeGen/X86/code_placement_cold_loop_blocks.ll | 2 +- .../code_placement_ignore_succ_in_inner_loop.ll | 7 +- test/CodeGen/X86/code_placement_loop_rotation2.ll | 14 +- .../CodeGen/X86/code_placement_no_header_change.ll | 2 +- test/CodeGen/X86/conditional-tailcall.ll | 178 ++++++------ test/CodeGen/X86/loop-blocks.ll | 38 +-- test/CodeGen/X86/loop-rotate.ll | 120 ++++++++ test/CodeGen/X86/lsr-loop-exit-cond.ll | 66 ++--- test/CodeGen/X86/move_latch_to_loop_top.ll | 239 ++++++++++++++++ test/CodeGen/X86/pr38185.ll | 16 +- test/CodeGen/X86/ragreedy-hoist-spill.ll | 123 ++++---- test/CodeGen/X86/reverse_branches.ll | 35 +-- test/CodeGen/X86/speculative-load-hardening.ll | 57 ++-- test/CodeGen/X86/swifterror.ll | 6 +- test/CodeGen/X86/tail-dup-merge-loop-headers.ll | 67 ++--- test/CodeGen/X86/tail-dup-repeat.ll | 25 +- test/CodeGen/X86/vector-shift-by-select-loop.ll | 67 ++--- test/CodeGen/X86/widen_arith-1.ll | 16 +- test/CodeGen/X86/widen_arith-2.ll | 16 +- test/CodeGen/X86/widen_arith-3.ll | 16 +- test/CodeGen/X86/widen_arith-4.ll | 32 +-- test/CodeGen/X86/widen_arith-5.ll | 16 +- test/CodeGen/X86/widen_arith-6.ll | 16 +- test/CodeGen/X86/widen_cast-4.ll | 32 +-- test/CodeGen/X86/x86-cmov-converter.ll | 2 +- test/DebugInfo/X86/PR37234.ll | 12 +- test/DebugInfo/X86/dbg-value-transfer-order.ll | 13 +- 70 files changed, 1357 insertions(+), 816 deletions(-) create mode 100644 test/CodeGen/X86/loop-rotate.ll create mode 100644 test/CodeGen/X86/move_latch_to_loop_top.ll