This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b97dd2dd484 [globalisel][tablegen] Removed unnecessary typedef pointed [...] new e2cbc76f802 [InstCombine] Remove explicit check for impossible conditio [...] new bf59b4ffe07 [X86] Added missing cpu to fix generic scheduling model tests
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: .../InstCombine/InstCombineSimplifyDemanded.cpp | 3 +- test/CodeGen/X86/avx-schedule.ll | 566 +++++++++++++ test/CodeGen/X86/avx2-schedule.ll | 110 +++ test/CodeGen/X86/bmi-schedule.ll | 72 +- test/CodeGen/X86/bmi2-schedule.ll | 26 +- test/CodeGen/X86/f16c-schedule.ll | 28 + test/CodeGen/X86/lzcnt-schedule.ll | 14 +- test/CodeGen/X86/popcnt-schedule.ll | 26 +- test/CodeGen/X86/sse-schedule.ll | 360 ++++---- test/CodeGen/X86/sse2-schedule.ll | 916 ++++++++++----------- test/CodeGen/X86/sse3-schedule.ll | 66 +- test/CodeGen/X86/sse41-schedule.ll | 354 ++++---- test/CodeGen/X86/sse42-schedule.ll | 96 +-- test/CodeGen/X86/sse4a-schedule.ll | 18 +- test/CodeGen/X86/ssse3-schedule.ll | 100 +-- 15 files changed, 1730 insertions(+), 1025 deletions(-)