This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 06b493f7f03 Reapply "AMDGPU: Fix handling of alignment padding in DAG a [...] new f638e5271d8 Improved sched model for X86 BSWAP* instrs. Differential Re [...] new 8c93523c814 [SystemZ] Reimplent SchedModel IssueWidth and WriteRes/Read [...]
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: lib/Target/SystemZ/SystemZSchedule.td | 99 +- lib/Target/SystemZ/SystemZScheduleZ13.td | 1673 ++++++++++---------- lib/Target/SystemZ/SystemZScheduleZ14.td | 1822 +++++++++++----------- lib/Target/SystemZ/SystemZScheduleZ196.td | 1276 ++++++++------- lib/Target/SystemZ/SystemZScheduleZEC12.td | 1315 ++++++++-------- lib/Target/X86/X86InstrInfo.td | 3 +- lib/Target/X86/X86SchedBroadwell.td | 18 +- lib/Target/X86/X86SchedHaswell.td | 18 +- lib/Target/X86/X86SchedSandyBridge.td | 17 +- lib/Target/X86/X86SchedSkylakeClient.td | 17 +- lib/Target/X86/X86SchedSkylakeServer.td | 17 +- lib/Target/X86/X86Schedule.td | 3 + lib/Target/X86/X86ScheduleAtom.td | 4 +- lib/Target/X86/X86ScheduleBtVer2.td | 3 + lib/Target/X86/X86ScheduleSLM.td | 4 + lib/Target/X86/X86ScheduleZnver1.td | 10 +- test/CodeGen/SystemZ/int-conv-11.ll | 4 +- test/CodeGen/SystemZ/int-uadd-08.ll | 8 +- test/CodeGen/SystemZ/int-uadd-09.ll | 8 +- test/CodeGen/SystemZ/int-usub-08.ll | 8 +- test/CodeGen/SystemZ/int-usub-09.ll | 8 +- test/CodeGen/SystemZ/pr36164.ll | 6 +- test/CodeGen/SystemZ/store_nonbytesized_vecs.ll | 56 +- test/CodeGen/SystemZ/vec-cmp-cmp-logic-select.ll | 32 +- test/CodeGen/SystemZ/vec-move-17.ll | 4 +- test/CodeGen/SystemZ/vec-trunc-to-i1.ll | 2 +- 26 files changed, 3354 insertions(+), 3081 deletions(-)