This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_50 in repository llvm.
from a8f7dd91f2a Merging r311572: ------------------------------------------ [...] new c14202c45b2 Revert r307529 "This patch completely replaces the scheduli [...] new 703f013ff4b Merging r311565: ------------------------------------------ [...] new 2d30972995d Merging r311554: ------------------------------------------ [...]
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/Target/X86/X86SchedSandyBridge.td | 2472 +------------------- lib/Transforms/Scalar/LowerAtomic.cpp | 3 +- lib/Transforms/Scalar/Reassociate.cpp | 6 + test/CodeGen/X86/avx-schedule.ll | 408 ++-- .../extractelement-legalization-store-ordering.ll | 22 +- test/CodeGen/X86/f16c-schedule.ll | 144 -- test/CodeGen/X86/fp128-i128.ll | 2 +- test/CodeGen/X86/gather-addresses.ll | 16 +- test/CodeGen/X86/lea32-schedule.ll | 653 ------ test/CodeGen/X86/lea64-schedule.ll | 534 ----- test/CodeGen/X86/popcnt-schedule.ll | 167 -- test/CodeGen/X86/recip-fastmath.ll | 46 +- test/CodeGen/X86/recip-fastmath2.ll | 70 +- test/CodeGen/X86/sse-schedule.ll | 248 +- test/CodeGen/X86/sse2-schedule.ll | 598 ++--- test/CodeGen/X86/sse3-schedule.ll | 48 +- test/CodeGen/X86/sse41-schedule.ll | 222 +- test/CodeGen/X86/sse42-schedule.ll | 38 +- test/CodeGen/X86/ssse3-schedule.ll | 74 +- test/Feature/optnone-opt.ll | 1 - test/Transforms/LowerAtomic/atomic-swap.ll | 11 + .../Reassociate/canonicalize-neg-const.ll | 22 + 22 files changed, 966 insertions(+), 4839 deletions(-) delete mode 100644 test/CodeGen/X86/f16c-schedule.ll delete mode 100644 test/CodeGen/X86/lea32-schedule.ll delete mode 100644 test/CodeGen/X86/lea64-schedule.ll delete mode 100644 test/CodeGen/X86/popcnt-schedule.ll