This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2ccc42083ee [FuzzMutate] Correctly insert sinks and sources around invo [...] new 8cfd6d0425b [X86][Haswell]: Updating the scheduling information for the [...]
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/Target/X86/X86SchedHaswell.td | 1707 ++++++++++++++++--------------- test/CodeGen/X86/aes-schedule.ll | 24 +- test/CodeGen/X86/avx-schedule.ll | 356 +++---- test/CodeGen/X86/avx2-schedule.ll | 630 ++++++------ test/CodeGen/X86/avx512-bugfix-23634.ll | 2 +- test/CodeGen/X86/bmi-schedule.ll | 56 +- test/CodeGen/X86/bmi2-schedule.ll | 120 +-- test/CodeGen/X86/f16c-schedule.ll | 16 +- test/CodeGen/X86/fma-schedule.ll | 256 ++--- test/CodeGen/X86/lea32-schedule.ll | 22 +- test/CodeGen/X86/lea64-schedule.ll | 22 +- test/CodeGen/X86/lzcnt-schedule.ll | 12 +- test/CodeGen/X86/mmx-schedule.ll | 344 +++---- test/CodeGen/X86/movbe-schedule.ll | 18 +- test/CodeGen/X86/mul-constant-i32.ll | 132 +-- test/CodeGen/X86/mul-constant-i64.ll | 132 +-- test/CodeGen/X86/popcnt-schedule.ll | 12 +- test/CodeGen/X86/rdrand-schedule.ll | 6 +- test/CodeGen/X86/recip-fastmath.ll | 72 +- test/CodeGen/X86/recip-fastmath2.ll | 192 ++-- test/CodeGen/X86/schedule-x86_32.ll | 26 +- test/CodeGen/X86/schedule-x86_64.ll | 68 +- test/CodeGen/X86/sse-schedule.ll | 190 ++-- test/CodeGen/X86/sse2-schedule.ll | 474 ++++----- test/CodeGen/X86/sse3-schedule.ll | 44 +- test/CodeGen/X86/sse41-schedule.ll | 204 ++-- test/CodeGen/X86/sse42-schedule.ll | 44 +- test/CodeGen/X86/ssse3-schedule.ll | 64 +- test/CodeGen/X86/x87-schedule.ll | 234 ++--- 29 files changed, 2796 insertions(+), 2683 deletions(-)