This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8b968a4e3c3 [X86] Remove MMX_MASKMOVQ64 and VMASKMOVDQU from scheduler models. new 65c850f5813 [TableGen] Move some variables into for loop declaration. NFC new 6ef6701c93c [TableGen] Remove unnecessary uses of make_range. new a6a110ed9ab [X86] Fix a couple typos in the Zen scheduler model. new 270a3a483f2 [X86] Fix a bunch of overlapping regular expressions in the [...]
The 4 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/X86SchedBroadwell.td | 33 ++-- lib/Target/X86/X86SchedHaswell.td | 182 ++----------------- lib/Target/X86/X86SchedSandyBridge.td | 14 +- lib/Target/X86/X86SchedSkylakeClient.td | 33 ++-- lib/Target/X86/X86SchedSkylakeServer.td | 37 ++-- lib/Target/X86/X86ScheduleBtVer2.td | 12 -- lib/Target/X86/X86ScheduleZnver1.td | 15 +- test/CodeGen/X86/avx-schedule.ll | 2 +- test/CodeGen/X86/mmx-schedule.ll | 312 ++++++++++++++++---------------- test/CodeGen/X86/schedule-x86_32.ll | 32 ++-- test/CodeGen/X86/schedule-x86_64.ll | 56 +++--- test/CodeGen/X86/x87-schedule.ll | 24 +-- utils/TableGen/CodeGenSchedule.cpp | 7 +- 13 files changed, 290 insertions(+), 469 deletions(-)