This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f4acc066335 [X86][Btver2] Add crc32 resource tests new 03fbd137fa2 [X86][Btver2] Fix crc32 schedule costs new 27bdb27dad7 [TableGen] When trying to reuse a scheduler class for instr [...]
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: include/llvm/Target/TargetSchedule.td | 6 ++++++ lib/Target/AArch64/AArch64SchedA53.td | 3 +++ lib/Target/AArch64/AArch64SchedExynosM3.td | 3 +++ lib/Target/AArch64/AArch64SchedFalkor.td | 3 +++ lib/Target/AArch64/AArch64SchedKryo.td | 3 +++ lib/Target/AArch64/AArch64SchedThunderX.td | 3 +++ lib/Target/AArch64/AArch64SchedThunderX2T99.td | 3 +++ lib/Target/ARM/ARMScheduleA57.td | 3 +++ lib/Target/ARM/ARMScheduleA9.td | 3 +++ lib/Target/ARM/ARMScheduleR52.td | 3 +++ lib/Target/ARM/ARMScheduleSwift.td | 3 +++ lib/Target/Mips/MipsScheduleGeneric.td | 3 +++ lib/Target/Mips/MipsScheduleP5600.td | 2 ++ lib/Target/SystemZ/SystemZScheduleZ13.td | 3 +++ lib/Target/SystemZ/SystemZScheduleZ14.td | 3 +++ lib/Target/SystemZ/SystemZScheduleZ196.td | 3 +++ lib/Target/SystemZ/SystemZScheduleZEC12.td | 3 +++ lib/Target/X86/X86ScheduleBtVer2.td | 16 ++++++++++++++++ test/CodeGen/X86/sse42-schedule.ll | 20 ++++++++++---------- test/tools/llvm-mca/X86/BtVer2/resources-sse42.s | 22 +++++++++++----------- utils/TableGen/CodeGenSchedule.cpp | 15 ++++++++++++++- 21 files changed, 104 insertions(+), 22 deletions(-)